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

Dependencies:   mbed

Config.h

Committer:
lixianyu
Date:
2016-06-23
Revision:
0:740c1eb2df13

File content as of revision 0:740c1eb2df13:

#ifndef __CONFIG_H_
#define __CONFIG_H_

// Uncomment this to turn on the Blynk
#define OPEN_BLYNK

// Uncomment this to turn on the OLED
#define OPEN_OLED

// Uncomment this to open PM25
//#define OPEN_PM25


#endif // __CONFIG_H_