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: qonly_controller foc-ed_in_the_bot_compact foc-ed_in_the_bot_compact CurrentModeSine ... more
Fork of FastPWM by
Revision 26:51c979bca21e, committed 2015-12-13
- Comitter:
- benkatz
- Date:
- Sun Dec 13 11:31:55 2015 +0000
- Parent:
- 25:8b1bf34c72aa
- Commit message:
- for other things;
Changed in this revision
| Device/FastPWM_STM_TIM_PinOut.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/Device/FastPWM_STM_TIM_PinOut.cpp Wed Sep 30 20:46:18 2015 +0000
+++ b/Device/FastPWM_STM_TIM_PinOut.cpp Sun Dec 13 11:31:55 2015 +0000
@@ -54,7 +54,7 @@
}
#endif
-#if defined TARGET_NUCLEO_F401RE || defined TARGET_NUCLEO_F411RE
+#if defined TARGET_NUCLEO_F401RE || defined TARGET_NUCLEO_F411RE || defined TARGET_NUCLEO_F446RE
__IO uint32_t* getChannel(TIM_TypeDef* pwm, PinName pin) {
switch (pin) {
// Channels 1 : PWMx/1
