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: mbed QEI HIDScope biquadFilter MODSERIAL FastPWM
Diff: main.cpp
- Revision:
- 21:bea7c8a08e1d
- Parent:
- 20:4424d447f3cd
- Child:
- 23:9eeac9d1ecbe
--- a/main.cpp Fri Oct 18 08:14:36 2019 +0000
+++ b/main.cpp Fri Oct 18 09:05:58 2019 +0000
@@ -337,8 +337,8 @@
//state machines
void check_failure()
{
- state = s_failure;
- state_changed = true;
+ //state = s_failure;
+ //state_changed = true;
}
void but1_interrupt()