summaryrefslogtreecommitdiff
path: root/ESS1995i2c/electic.h
diff options
context:
space:
mode:
authorTim Redfern <tim@eclectronics.org>2012-01-18 18:02:10 +0000
committerTim Redfern <tim@eclectronics.org>2012-01-18 18:02:10 +0000
commit8c3efb592b16b672fc353368c04d88d3a32cf1a2 (patch)
tree9cf4887292432c656651012c5370009b4a69cddf /ESS1995i2c/electic.h
parentfe92239d966f0219e8b7caf6335a776938b4e0e3 (diff)
updated previous demo to Arduino 1.0HEADmaster
Diffstat (limited to 'ESS1995i2c/electic.h')
-rw-r--r--ESS1995i2c/electic.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/ESS1995i2c/electic.h b/ESS1995i2c/electic.h
index bf31728..405c46c 100644
--- a/ESS1995i2c/electic.h
+++ b/ESS1995i2c/electic.h
@@ -14,7 +14,10 @@
*/
-#include <WProgram.h> //main Arduino header file
+
+#include <Arduino.h>
+
+
#include "adapticsBT.h"
#include <Wire.h>