Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Diff: ir_Sharp.cpp
- Revision:
- 3:17440cf7ab90
- Parent:
- 0:70c8e56bac45
--- 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; }