ABBlind firmware (https://github.com/UC3Music/ABBlind)

Dependencies:   ABBlind OneButton USBDevice mbed

Dependents:   ABBlind

Files at this revision

API Documentation at this revision

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];