Infrared remote library for Arduino: send and receive infrared signals with multiple protocols Port from Arduino-IRremote https://github.com/z3t0/Arduino-IRremote

Dependents:   mbed-os-example-FinalReal mbed-os-example-FinalReal

Revision:
3:17440cf7ab90
Parent:
0:70c8e56bac45
diff -r 6bbd1e911324 -r 17440cf7ab90 ir_Sharp.cpp
--- a/ir_Sharp.cpp	Sat Jan 23 15:36:14 2016 +0900
+++ b/ir_Sharp.cpp	Sat Jan 23 15:09:34 2016 +0000
@@ -52,7 +52,7 @@
 
 		mark(SHARP_BIT_MARK);
 		space(SHARP_ZERO_SPACE);
-		delay(40);
+		wait_ms(40);
 
 		data = data ^ SHARP_TOGGLE_MASK;
 	}