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:
- 1:5bceb51fde85
- Parent:
- 0:1df541c54e25
- Child:
- 2:7d25b12db2bc
--- a/main.cpp	Tue Jun 19 08:33:20 2018 +0000
+++ b/main.cpp	Tue Jun 19 09:13:09 2018 +0000
@@ -66,6 +66,7 @@
 
   /* Set the pulse value for channel 2 */
   sConfig.Pulse = 900;
+  sConfig.OCPolarity = TIM_OCPOLARITY_LOW;
   if (HAL_TIM_PWM_ConfigChannel(&TimHandle, &sConfig, TIM_CHANNEL_2) != HAL_OK)
   {
     /* Configuration Error */