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.
Dependencies: ABBlind OneButton USBDevice mbed
Revision 3:92ddc585e759, committed 2016-09-21
- Comitter:
- def
- Date:
- Wed Sep 21 23:50:25 2016 +0000
- Parent:
- 2:cc3d60dcfbdf
- Commit message:
- Real Release 1.0
Changed in this revision
| PinDetect.lib | Show diff for this revision Revisions of this file |
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/PinDetect.lib Wed Sep 21 23:44:30 2016 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,1 +0,0 @@ -http://mbed.org/users/AjK/code/PinDetect/#cb3afc45028b
--- a/main.cpp Wed Sep 21 23:44:30 2016 +0000
+++ b/main.cpp Wed Sep 21 23:50:25 2016 +0000
@@ -184,7 +184,7 @@
//-- Ensure each channel is played at least once
if (output_log[0]==output_log[1])
- ouput_log[2]=!output_log[0];
+ output_log[2]=!output_log[0];
else
output_log[2] = random();
AUDIO_SWITCH = output_log[2];