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 23:7126ef3503e2, committed 2018-12-16
- Comitter:
- vazbyte
- Date:
- Sun Dec 16 14:35:50 2018 +0000
- Parent:
- 22:50f88b18cfad
- Commit message:
- now step_buffer resets on button press
Changed in this revision
| source/main.cpp | Show annotated file Show diff for this revision Revisions of this file | 
--- a/source/main.cpp	Sun Dec 16 13:51:44 2018 +0000
+++ b/source/main.cpp	Sun Dec 16 14:35:50 2018 +0000
@@ -138,6 +138,7 @@
 
     } else if (totalsteps != 0) {
        totalsteps = 0;
+       step_buffer = 0;
     }         
     old_pb = new_pb;