Test arduino code

Dependents:   DR14_4D7S_US

Fork of ArduinoHAL by René Bohne

Revision:
2:7e1ff33bc76a
Parent:
1:c9f5b6330d8d
--- a/Arduino.h	Sat Jun 04 19:49:54 2011 +0000
+++ b/Arduino.h	Sat Jun 04 20:01:33 2011 +0000
@@ -3,19 +3,7 @@
 
 #include "mbed.h"
 
-#define HIGH 0x1
-#define LOW  0x0
-
-#define INPUT 0x0
-#define OUTPUT 0x1
-
-//#define true 0x1
-//#define false 0x0
-
-
-void pinMode(int, int);
-void digitalWrite(int, int);
-int digitalRead(int);
+#include "wiring.h"
 
 #endif
         
\ No newline at end of file