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:
- 12:58ad06f9847d
- Parent:
- 11:2156cb77d0d6
--- a/main.cpp Fri Oct 04 09:58:51 2019 +0000 +++ b/main.cpp Fri Oct 04 22:20:23 2019 +0000 @@ -15,11 +15,12 @@ //init_interruptions b_UTILS_button.fall(&it_pressed); + b_UTILS_startOnPin.rise(&it_pressed); b_ODOM_odom.fall(&it_odom); b_UTILS_emergency_signal.rise(&it_emergency_signal_recieved); //init state machines - rs_LOG_pc.printf("init state machines\r\n"); + rs_LOG.printf("init state machines\r\n"); init_sm_mpu(); init_sm_sections();