aboutsummaryrefslogtreecommitdiff
path: root/targets/arduino/WProgram.h
diff options
context:
space:
mode:
authorDavid A. Mellis <d.mellis@arduino.cc>2007-10-06 14:47:50 +0000
committerDavid A. Mellis <d.mellis@arduino.cc>2007-10-06 14:47:50 +0000
commit5f3976696ddf5d02ea7e6f805ce655e1f281e6ed (patch)
tree547c97780b4a79c5fac43ebcd017ddfb9b73971c /targets/arduino/WProgram.h
parent72e9f39fbde96b484338cbbd785680e5ab4a2e72 (diff)
Moving hardware/targets to hardware/cores.
Diffstat (limited to 'targets/arduino/WProgram.h')
-rwxr-xr-xtargets/arduino/WProgram.h17
1 files changed, 0 insertions, 17 deletions
diff --git a/targets/arduino/WProgram.h b/targets/arduino/WProgram.h
deleted file mode 100755
index d6d5ccc..0000000
--- a/targets/arduino/WProgram.h
+++ /dev/null
@@ -1,17 +0,0 @@
-#include <stdlib.h>
-#include <string.h>
-#include <math.h>
-
-#include <avr/interrupt.h>
-#include <avr/signal.h>
-
-#include "wiring.h"
-
-#ifdef __cplusplus
-#include "HardwareSerial.h"
-
-// random prototypes
-long random(long);
-long random(long, long);
-void randomSeed(unsigned int);
-#endif