mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-17 22:23:10 +03:00
Adding ARDUINO version constant.
This commit is contained in:
@ -32,6 +32,10 @@
|
|||||||
extern "C"{
|
extern "C"{
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifndef ARDUINO
|
||||||
|
#define ARDUINO 16
|
||||||
|
#endif
|
||||||
|
|
||||||
#define HIGH 0x1
|
#define HIGH 0x1
|
||||||
#define LOW 0x0
|
#define LOW 0x0
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user