mirror of
https://github.com/arduino/Arduino.git
synced 2025-02-19 13:54:23 +01:00
Adding ARDUINO version constant.
This commit is contained in:
parent
c2cac3e75d
commit
af0ff93dc1
@ -32,6 +32,10 @@
|
||||
extern "C"{
|
||||
#endif
|
||||
|
||||
#ifndef ARDUINO
|
||||
#define ARDUINO 16
|
||||
#endif
|
||||
|
||||
#define HIGH 0x1
|
||||
#define LOW 0x0
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user