.

Dependents:  

Revision:
6:da6b1350783c
Parent:
5:69857f8b6931
--- a/RCin.h	Thu Oct 18 12:41:15 2018 +0000
+++ b/RCin.h	Wed Oct 24 08:51:36 2018 +0000
@@ -8,7 +8,6 @@
 RCin(PinName pin);
 void fall_edge(void);
 void rise_edge(void);
-bool isAlive(void);
 uint8_t get_flightmode(void);
 bool flightmode_changed;
 
@@ -22,6 +21,7 @@
 uint16_t pwms[255];
 uint16_t test_pwms[200][12];
 uint16_t cou;
+bool isAlive;
     
 private:
     PinName pin;