1
0
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:
David A. Mellis
2009-05-24 15:12:19 +00:00
parent c2cac3e75d
commit af0ff93dc1

View File

@ -32,6 +32,10 @@
extern "C"{
#endif
#ifndef ARDUINO
#define ARDUINO 16
#endif
#define HIGH 0x1
#define LOW 0x0