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: sm_esc.cpp
- Revision:
- 2:e9d928fd327a
- Parent:
- 1:8faddee0e52f
- Child:
- 3:1b7eb426247e
--- a/sm_esc.cpp Sat Sep 28 22:29:57 2019 +0000 +++ b/sm_esc.cpp Sat Sep 28 22:58:02 2019 +0000 @@ -45,6 +45,7 @@ relay_ESC = 0; break; case ESC_INIT: + pc.printf("init the ESC"); relay_ESC = 1; wait(0.2); pwm_ESC.period_ms(ESC_PERIOD_DURATION_MS); //20 ms is default