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.
Revision 3:be25235bbac5, committed 2020-10-12
- Comitter:
- markschwarzer
- Date:
- Mon Oct 12 23:50:00 2020 +0000
- Parent:
- 2:39e295fcc23d
- Commit message:
- FINAL
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Mon Oct 12 23:30:08 2020 +0000 +++ b/main.cpp Mon Oct 12 23:50:00 2020 +0000 @@ -19,7 +19,6 @@ if (debounce.read_ms()>200); //allow toggle if debounce timer has passed 200 ms LEDOut1 = !LEDOut1; debounce.reset(); //restart timer at toggle - } void changeLED1() //the function that will be called by the ticker object.