sketchbook
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Namespaces | Variables
Yun_SHT31_WiFi_REST_Logger.py File Reference

Namespaces

 Yun_SHT31_WiFi_REST_Logger
 

Variables

dictionary Yun_SHT31_WiFi_REST_Logger.CONF
 
tuple Yun_SHT31_WiFi_REST_Logger.ax = plt.gca()
 
tuple Yun_SHT31_WiFi_REST_Logger.path = subprocess.check_output(CONF['mount'], shell=True)
 
tuple Yun_SHT31_WiFi_REST_Logger.spamreader = csv.reader(csvfile)
 
list Yun_SHT31_WiFi_REST_Logger.data = [row for row in spamreader]
 
list Yun_SHT31_WiFi_REST_Logger.p = []
 time.sleep(CONF['interval_update']) plt.pause(CONF['interval_update']) More...
 
tuple Yun_SHT31_WiFi_REST_Logger.t = time.strptime(line[0], CONF["fmt_time"])
 
tuple Yun_SHT31_WiFi_REST_Logger.ts = (time.asctime(t), time.mktime(t))
 
list Yun_SHT31_WiFi_REST_Logger.output = CONF['fmt_print']