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: ExperimentServer MotorShield QEI_pmw
Diff: main.cpp
- Revision:
- 9:97360c92666f
- Parent:
- 8:98a83981c238
- Child:
- 10:a40d180c305c
--- a/main.cpp Tue Aug 25 23:38:34 2020 +0000 +++ b/main.cpp Wed Aug 26 00:24:56 2020 +0000 @@ -35,6 +35,12 @@ TIM12->CCR2 = 100; TIM12->CCR1 = 200; + TIM13->CCR1 = 200; + TIM14->CCR1 = 200; + TIM15->CCR1 = 200; + TIM15->CCR2 = 200; + TIM16->CCR1 = 200; + TIM17->CCR1 = 200; while(1){ }