Test arduino code

Dependents:   DR14_4D7S_US

Fork of ArduinoHAL by René Bohne

Committer:
rbohne
Date:
Sat Jun 04 20:01:33 2011 +0000
Revision:
2:7e1ff33bc76a
Parent:
1:c9f5b6330d8d
added some basic wiring functions

Who changed what in which revision?

UserRevisionLine numberNew contents of line
rbohne 1:c9f5b6330d8d 1 #ifndef Arduino_h
rbohne 1:c9f5b6330d8d 2 #define Arduino_h
rbohne 1:c9f5b6330d8d 3
rbohne 0:a4ee09d0d765 4 #include "mbed.h"
rbohne 0:a4ee09d0d765 5
rbohne 2:7e1ff33bc76a 6 #include "wiring.h"
rbohne 1:c9f5b6330d8d 7
rbohne 1:c9f5b6330d8d 8 #endif
rbohne 1:c9f5b6330d8d 9