From 31e765f1cb050fd033897f0d40d35d2cf36c7e72 Mon Sep 17 00:00:00 2001 From: "David A. Mellis" Date: Sun, 24 May 2009 15:12:19 +0000 Subject: Adding ARDUINO version constant. --- cores/arduino/wiring.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/cores/arduino/wiring.h b/cores/arduino/wiring.h index 21d62c7..619e695 100755 --- a/cores/arduino/wiring.h +++ b/cores/arduino/wiring.h @@ -32,6 +32,10 @@ extern "C"{ #endif +#ifndef ARDUINO +#define ARDUINO 16 +#endif + #define HIGH 0x1 #define LOW 0x0 -- cgit v1.2.3-18-g5258