From 5f3976696ddf5d02ea7e6f805ce655e1f281e6ed Mon Sep 17 00:00:00 2001 From: "David A. Mellis" Date: Sat, 6 Oct 2007 14:47:50 +0000 Subject: Moving hardware/targets to hardware/cores. --- cores/arduino/WProgram.h | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100755 cores/arduino/WProgram.h (limited to 'cores/arduino/WProgram.h') diff --git a/cores/arduino/WProgram.h b/cores/arduino/WProgram.h new file mode 100755 index 0000000..d6d5ccc --- /dev/null +++ b/cores/arduino/WProgram.h @@ -0,0 +1,17 @@ +#include +#include +#include + +#include +#include + +#include "wiring.h" + +#ifdef __cplusplus +#include "HardwareSerial.h" + +// random prototypes +long random(long); +long random(long, long); +void randomSeed(unsigned int); +#endif -- cgit v1.2.3-18-g5258