A PWM library for LPC1768 that enables the sending of n number of PWM impulses through registry editing of LPC1768.

Revision:
1:ce44c89d1128
Parent:
0:b3a0656d2b6e
--- a/TruePWM.h	Mon Nov 30 02:41:40 2015 +0000
+++ b/TruePWM.h	Thu Oct 20 13:55:29 2016 +0000
@@ -30,9 +30,9 @@
     void period_us( uint32_t);
     uint32_t getPeriod( void );
     uint32_t getPulsewidth();
-    void nImpulse(int);  //Function for sending n number of pwm impulses 
+    void nImpulse(int);            //Function for sending n number of pwm impulses 
     void setDuty(float);
-    void pulsewidth_us_ind (uint32_t , char);  //
+    void pulsewidth_us_ind (uint32_t , char);
     
     
 private: