Read modify and generate PPM

Dependents:   pwm-output

Fork of PPM by good god

Revision:
1:3649456c67ef
Parent:
0:ab42e541f04d
--- a/PPMOut.cpp	Sun Jan 08 20:17:29 2017 +0000
+++ b/PPMOut.cpp	Fri Jun 09 08:34:42 2017 +0000
@@ -52,8 +52,7 @@
 
 void PpmOut::resetChannels() {
     int8_t channel;
-    uint16_t sum_channels = 0;
-
+    
     current_dot = 0;
     memset(dots, 0x00, DOTS);
     for(channel = 0; channel < channel_number; channel++) {