fast pwm
Dependents: Quadrature_Test PID Flow measurement
Fork of FastPWM by
History
bayley halp;
2015-12-07, by benkatz [Mon, 07 Dec 2015 08:24:27 +0000] rev 26
bayley halp;
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.
Fixed a bug for STM targets. The mbed library did not enable syncing of the period register, resulting in sometimes a smaller period being set than the current timer value -> it would first need to overflow before it worked properly. Which takes long o...
2015-04-16, by Sissors [Thu, 16 Apr 2015 19:23:53 +0000] rev 22
Fixed a bug for STM targets. The mbed library did not enable syncing of the period register, resulting in sometimes a smaller period being set than the current timer value -> it would first need to overflow before it worked properly. Which takes long o...
Added F072RB target, including PWMx/1N channels
2015-01-12, by altaran [Mon, 12 Jan 2015 10:31:18 +0000] rev 21
Added F072RB target, including PWMx/1N channels
Added F072RB
2015-01-06, by altaran [Tue, 06 Jan 2015 14:32:49 +0000] rev 20
Added F072RB
Added F334 (Untested but requested, hey that rhymes).
2014-11-10, by Sissors [Mon, 10 Nov 2014 16:36:19 +0000] rev 19
Added F334 (Untested but requested, hey that rhymes).
Minor optimisation in updateTicks()
2014-10-04, by jocis [Sat, 04 Oct 2014 20:54:56 +0000] rev 18
Minor optimisation in updateTicks()
Added NUCLEO F103RB; adapted t 32/16 bit pwm struct for NUCLEO
2014-10-04, by jocis [Sat, 04 Oct 2014 13:14:44 +0000] rev 17
Added NUCLEO F103RB; adapted t 32/16 bit pwm struct for NUCLEO