Test arduino code
Fork of ArduinoHAL by
Revision 1:c9f5b6330d8d, committed 2011-06-04
- Comitter:
- rbohne
- Date:
- Sat Jun 04 19:49:54 2011 +0000
- Parent:
- 0:a4ee09d0d765
- Child:
- 2:7e1ff33bc76a
- Commit message:
- added empty WPorgram.h
Changed in this revision
| Arduino.h | Show annotated file Show diff for this revision Revisions of this file |
| WProgram.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/Arduino.h Sat Jun 04 19:44:05 2011 +0000 +++ b/Arduino.h Sat Jun 04 19:49:54 2011 +0000 @@ -1,3 +1,6 @@ +#ifndef Arduino_h +#define Arduino_h + #include "mbed.h" #define HIGH 0x1 @@ -12,4 +15,7 @@ void pinMode(int, int); void digitalWrite(int, int); -int digitalRead(int); \ No newline at end of file +int digitalRead(int); + +#endif + \ No newline at end of file
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/WProgram.h Sat Jun 04 19:49:54 2011 +0000 @@ -0,0 +1,5 @@ +#ifndef WProgram_h +#define WProgram_h + + +#endif \ No newline at end of file
frederic blanc
