Change include for Arduino 1.0
authorThomas Pietrzak <thomas.pietrzak@gmail.com>
Thu, 23 Feb 2012 08:17:49 +0000 (08:17 +0000)
committerThomas Pietrzak <thomas.pietrzak@gmail.com>
Thu, 23 Feb 2012 08:17:49 +0000 (08:17 +0000)
git-svn-id: svn+ssh://thomaspietrzak.com/var/svn/rep@49 47cf9a05-e0a8-4ed5-9e9b-101a649bc004

Arduino/TactonPlayer/Tacton.cpp
Arduino/TactonPlayer/Tacton.h
Arduino/TactonPlayer/TactonManager.cpp
Arduino/TactonPlayer/TactonManager.h
Arduino/TactonPlayer/TactonPlayer.cpp
Arduino/TactonPlayer/TactonPlayer.h
Arduino/TactonPlayer/TactonPlayerPrecise.cpp
Arduino/TactonPlayer/TactonPlayerPrecise.h
Arduino/TactonPlayer/TactonPlayerWithAmplitude.cpp
Arduino/TactonPlayer/TactonPlayerWithAmplitude.h

index efa41f764c734b7889477c33a20fd1310fa8e6fd..e021a66703328c8351d4d7937e7d4d5464c89e7b 100644 (file)
@@ -1,4 +1,4 @@
-#include "WProgram.h"\r
+#include "Arduino.h"\r
 #include "Tacton.h"\r
 \r
 \r
index cc1bf572a4cbc1cc79a110a52a48604d6aaa4d6c..3fdaaabdbd9906439503ee40c6b8fb0771347f64 100644 (file)
@@ -1,7 +1,7 @@
 #ifndef _TACTON_\r
 #define _TACTON_\r
 \r
-#include "WProgram.h"\r
+#include "Arduino.h"\r
 \r
 #include <TactonPlayer.h>\r
 \r
index f630288289c64223181e787a810a8a44344bd8bc..a0d315b0a177e110a3c9fb4604be949968222793 100644 (file)
@@ -1,4 +1,4 @@
-#include "WProgram.h"\r
+#include "Arduino.h"\r
 #include "TactonManager.h"\r
 \r
 void* operator new(size_t n, void * p) { \r
index 32a3bc7ecdb55f91972cedc88c097004361b8dc1..b37701f305f67aa5fa22a0c8304040ea8b5ebdcc 100644 (file)
@@ -1,7 +1,7 @@
 #ifndef _TACTONMANAGER_\r
 #define _TACTONMANAGER_\r
 \r
-#include "WProgram.h"\r
+#include "Arduino.h"\r
 \r
 #include <Tacton.h>\r
 #include <TactonPlayer.h>\r
index c88455c00fdc9ab348f2ca76322f54a75303788e..84710618ec9d7e60fecfa1954758f97e4fddd151 100644 (file)
@@ -1,4 +1,4 @@
-#include "WProgram.h"\r
+#include "Arduino.h"\r
 #include "TactonPlayer.h"\r
 \r
 TactonPlayer::TactonPlayer(byte nbtactors, byte *pins)\r
index a5283dc986e6b9652c96519c814afa09121bb8d4..28fed8de4b2dca0426d4bb1a769261a14ba3abad 100644 (file)
@@ -1,7 +1,7 @@
 #ifndef _TACTONPLAYER_\r
 #define _TACTONPLAYER_\r
 \r
-#include "WProgram.h"\r
+#include "Arduino.h"\r
 \r
 //if using more than 8, change type of pattern\r
 #define MAXTACTORS 8\r
index c0bc127154813c5d313a667a2663e5a729442901..c891ddafca0a694123b70e7194fcb32e54136c40 100644 (file)
@@ -1,4 +1,4 @@
-#include "WProgram.h"\r
+#include "Arduino.h"\r
 #include "TactonPlayerPrecise.h"\r
 \r
 #include "pins_arduino.h"\r
index 4a1fa9e49044c16df936f07ef8a94373afcd53cd..4793abee987d452b178bb26ea1e0b9cb5702e797 100644 (file)
@@ -1,7 +1,7 @@
 #ifndef _TACTONPLAYERPRECISE_\r
 #define _TACTONPLAYERPRECISE_\r
 \r
-#include "WProgram.h"\r
+#include "Arduino.h"\r
 \r
 #include <TactonPlayer.h>\r
 \r
index 9c4a98ab48ae5e54c9ded6801c8ed0d1322d97b7..f5b432d10930ca9f694436716f74a74203cd29c7 100644 (file)
@@ -1,4 +1,4 @@
-#include "WProgram.h"\r
+#include "Arduino.h"\r
 #include "TactonPlayerWithAmplitude.h"\r
 \r
 TactonPlayerWithAmplitude::TactonPlayerWithAmplitude(byte nbtactors, byte *pins)\r
index fe21abbb571de497bd7ac2a2c193c41b6f600900..01488a791a38d4a05e47eff0448e69942a57f73d 100644 (file)
@@ -1,7 +1,7 @@
 #ifndef _TACTONPLAYERWITHAMPLITUDE_\r
 #define _TACTONPLAYERWITHAMPLITUDE_\r
 \r
-#include "WProgram.h"\r
+#include "Arduino.h"\r
 \r
 #include <TactonPlayer.h>\r
 \r