My forked repository. DISCO_F407VG, DISCO_F303VC, DISCO_F051R8 and DISCO_F100RB maybe added.

Dependents:   FastPWM-DISCO-test

Fork of FastPWM by Erik -

Revision:
3:3094d3806cfc
Parent:
1:1aed61747ed6
Child:
4:a7b9f778c4b4
--- a/FastPWM.h	Thu Jul 12 19:26:43 2012 +0000
+++ b/FastPWM.h	Wed Jul 25 07:14:39 2012 +0000
@@ -115,6 +115,7 @@
     PwmOut PWMObject;
     double _duty;
     double _period;
+    unsigned int PWMUnit;
     
     __IO uint32_t *MR;