PingPong-ClickButtonToWork

Dependents:   Lora_SX1272_Coragem-dev-shared Lora_SX1272_serial

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers ArduinoLike.h Source File

ArduinoLike.h

00001 // added by C.Dupaty
00002 // for Arduino compatibility
00003 #ifndef Arduino_h
00004 #define Arduino_h
00005 
00006 typedef uint8_t byte;
00007 typedef bool boolean;
00008 unsigned long millis(void);
00009 unsigned long micros(void);
00010 
00011 #endif