Adding ARDUINO version constant.

This commit is contained in:
David A. Mellis 2009-05-24 15:12:19 +00:00
parent c2cac3e75d
commit af0ff93dc1
1 changed files with 4 additions and 0 deletions

View File

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