diff options
Diffstat (limited to 'ESS1995i2c/electic.h')
| -rw-r--r-- | ESS1995i2c/electic.h | 5 |
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> |
