diff options
author | David A. Mellis <d.mellis@arduino.cc> | 2007-10-06 14:09:02 +0000 |
---|---|---|
committer | David A. Mellis <d.mellis@arduino.cc> | 2007-10-06 14:09:02 +0000 |
commit | 72e9f39fbde96b484338cbbd785680e5ab4a2e72 (patch) | |
tree | bd441d569bf70c9697ccfbee7c70fa26d67be3a0 /core/arduino/WProgram.h | |
parent | b86a6e051920a4ffdb92bc5b8de7260ff3978117 (diff) |
Renaming core to targets.
Diffstat (limited to 'core/arduino/WProgram.h')
-rwxr-xr-x | core/arduino/WProgram.h | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/core/arduino/WProgram.h b/core/arduino/WProgram.h deleted file mode 100755 index d6d5ccc..0000000 --- a/core/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 |