TestWeatherStation
index
TestWeatherStation.py

Test connection to weather station.
 
usage: python TestWeatherStation.py [options]
options are:
        -d | --decode           display meaningful values instead of raw data
        -h | --history count    display the last "count" readings
        --help                  display this help

 
Modules
       
WeatherStation
datetime
getopt
sys

 
Functions
       
main(argv=None)
raw_dump(pos, data)