Test arduino code

Dependents:   DR14_4D7S_US

Fork of ArduinoHAL by René Bohne

Committer:
fblanc
Date:
Thu Feb 12 10:19:00 2015 +0000
Revision:
5:52ed7aa62e95
Parent:
2:7e1ff33bc76a
ArduinoHAL->ArduinoFB; delay(); px->Dx;

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