* AM2321的取温度间隔得大于2s,否则,i2c会不工作了 * SimpleTimer有个bug,会导致两次快速的读温度,现在读温度函数里加了保护 * Blynk有个bug,会导致无法把数据传到服务器 * 现在可以正常工作了

Dependencies:   mbed

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers BlynkWidgets.h Source File

BlynkWidgets.h

Go to the documentation of this file.
00001 /**
00002  * @file       BlynkWidgets.h
00003  * @author     Volodymyr Shymanskyy
00004  * @license    This project is released under the MIT License (MIT)
00005  * @copyright  Copyright (c) 2015 Volodymyr Shymanskyy
00006  * @date       Mar 2015
00007  * @brief
00008  */
00009 
00010 #include <WidgetLED.h >
00011 #include <WidgetLCD.h >
00012 #include <WidgetTerminal.h >
00013 #include <WidgetBridge.h >
00014 // Cannot auto-include WidgetSD, as it has library dependency
00015