From 179fcdbda432ff33a921a70994087b08b2a79caa Mon Sep 17 00:00:00 2001 From: "David A. Mellis" Date: Sat, 6 Oct 2007 13:02:43 +0000 Subject: Moving things around - creating the hardware directory and sticking all the avr code, etc. in there. --- core/arduino/WProgram.h | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100755 core/arduino/WProgram.h (limited to 'core/arduino/WProgram.h') diff --git a/core/arduino/WProgram.h b/core/arduino/WProgram.h new file mode 100755 index 0000000..d6d5ccc --- /dev/null +++ b/core/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