Test arduino code

Dependents:   DR14_4D7S_US

Fork of ArduinoHAL by René Bohne

Revision:
5:52ed7aa62e95
Parent:
4:40396527a068
--- a/wiring.h	Sat Jun 04 20:16:04 2011 +0000
+++ b/wiring.h	Thu Feb 12 10:19:00 2015 +0000
@@ -89,7 +89,11 @@
 
 #define bit(b) (1UL << (b))
 
-
+/** Macro for delay() 
+ *
+ * @param void
+ */
+#define delay(x)                  (wait_ms(x))
 
 void init(void);