FastPWM
Fork of FastPWM by
History
modified version do not use
2017-05-09, by Yo_Robot [Tue, 09 May 2017 16:34:49 +0000] rev 32
modified version do not use
Temporary fix for K64F with new mbed lib:
2016-09-06, by Sissors [Tue, 06 Sep 2016 20:17:21 +0000] rev 31
Temporary fix for K64F with new mbed lib:
; 1. KSDK funtions changed (fixed)
; 2. Mbed uses a completely different mode for the PWM, which screws up my code. (Temp fix, don't call write directly after setting a new period, but wait 1 pwm period)
Should fix for LPC824
2016-03-14, by Sissors [Mon, 14 Mar 2016 20:41:49 +0000] rev 30
Should fix for LPC824
Added LPC81x/LPC82x support
2016-03-13, by Sissors [Sun, 13 Mar 2016 11:43:18 +0000] rev 29
Added LPC81x/LPC82x support
STM32F3, F4, L4, etc now use the channels number from the mbed library. The others still need to use the manual way.
2016-02-29, by Sissors [Mon, 29 Feb 2016 19:18:42 +0000] rev 28
STM32F3, F4, L4, etc now use the channels number from the mbed library. The others still need to use the manual way.
Added extra Nucleo/Disco targets (by https://developer.mbed.org/users/mimi3/)
2016-02-11, by Sissors [Thu, 11 Feb 2016 06:33:59 +0000] rev 27
Added extra Nucleo/Disco targets (by https://developer.mbed.org/users/mimi3/)
Added two more NUCLEO Targets
2016-01-31, by Sissors [Sun, 31 Jan 2016 08:29:35 +0000] rev 26
Added two more NUCLEO Targets
added pins for ST32F303RE
2015-09-30, by alpsayin [Wed, 30 Sep 2015 20:46:18 +0000] rev 25
added pins for ST32F303RE
Changed F103 registers to 32-bit from 16-bit
2015-06-20, by Sissors [Sat, 20 Jun 2015 20:03:16 +0000] rev 24
Changed F103 registers to 32-bit from 16-bit
Added LPC11XX_LPC11cXX support (LPC1114). Should work. Probably.
2015-04-19, by Sissors [Sun, 19 Apr 2015 19:35:50 +0000] rev 23
Added LPC11XX_LPC11cXX support (LPC1114). Should work. Probably.