Microduino

Dependencies:   mbed

Fork of Io_moon by Li Weiyi

Config.h

Committer:
lixianyu
Date:
2016-06-24
Revision:
1:e34100dd6532
Parent:
0:740c1eb2df13

File content as of revision 1:e34100dd6532:

#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_