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: main.cpp
- Revision:
- 8:fb28b9ec6d6e
- Parent:
- 7:592af6237038
- Child:
- 9:6b8118063819
--- a/main.cpp Wed Aug 24 21:12:30 2016 +0000 +++ b/main.cpp Fri Sep 09 10:43:52 2016 +0000 @@ -70,7 +70,7 @@ break; case 5: ledBand.StopRotation(); - ledBand.ResetColor(); + // ledBand.ResetColor(); ledBand.InsertColorNtimes(3,BLUE); ledBand.InsertColorNtimes(1,WHITE); ledBand.InsertColorNtimes(4,RED,50.0); @@ -92,12 +92,12 @@ myled = 1; // To see something is alive DEBUG("\n\n\r"); DEBUG("------------------------------------------\n\r"); - DEBUG("----- LaLaBox (fbd38) version 1.0 ----\n\r"); + DEBUG("----- LaLaBox (CreaLab) version 1.0 ----\n\r"); DEBUG("------------------------------------------\n\r"); help(); DEBUG("------------------------------------------\n\r"); - myButton.fall(&pressed); + CATCH_BUTTON(myButton,pressed); PLAY_NOTE(la, buzzer);