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
Diff: ER2_Robot/suivi.cpp
- Revision:
- 4:31025db8e579
- Parent:
- 3:b85df47a059a
--- a/ER2_Robot/suivi.cpp Sat Jun 22 11:22:22 2019 +0000 +++ b/ER2_Robot/suivi.cpp Mon Jun 24 12:37:09 2019 +0000 @@ -17,9 +17,9 @@ AnalogIn CPTD (p19); AnalogIn BAT (p15); -float srfa,srfc; +float srfa, srfc; -int main() +int main() { PWMG.period_us(100);