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.
Dependents: Berekenen_motorhoek Encoder System_Identification Motor_PID_set_parameters ... more
Fork of FastPWM by
Diff: Device/FastPWM_STM_TIM_PinOut.cpp
- Revision:
- 15:49a7eff133b3
- Parent:
- 13:cdefd9d75b64
- Child:
- 16:ec208b5ec0bb
--- a/Device/FastPWM_STM_TIM_PinOut.cpp Tue Sep 30 19:00:27 2014 +0000
+++ b/Device/FastPWM_STM_TIM_PinOut.cpp Wed Oct 01 18:20:41 2014 +0000
@@ -23,7 +23,7 @@
}
#endif
-#ifdef TARGET_NUCLEO_F401RE
+#if defined TARGET_NUCLEO_F401RE || defined TARGET_NUCLEO_F411RE
__IO uint32_t* getChannel(TIM_TypeDef* pwm, PinName pin) {
switch (pin) {
// Channels 1
