Microduino

Dependencies:   mbed

Fork of Io_moon by Li Weiyi

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers Config.h Source File

Config.h

00001 #ifndef __CONFIG_H_
00002 #define __CONFIG_H_
00003 
00004 // Uncomment this to turn on the Blynk
00005 #define OPEN_BLYNK
00006 
00007 // Uncomment this to turn on the OLED
00008 #define OPEN_OLED
00009 
00010 // Uncomment this to open PM25
00011 //#define OPEN_PM25
00012 
00013 
00014 #endif // __CONFIG_H_