Library to use remote control Spektrum AR6210

Revision:
1:25aad26619fb
Parent:
0:9a1f7660704d
--- a/AR6210.h	Wed Nov 20 10:26:54 2013 +0000
+++ b/AR6210.h	Sun Nov 24 09:46:45 2013 +0000
@@ -30,6 +30,8 @@
     volatile int LastRise[6];       //Zeitpunkt der letzten steigende Flanke  
     volatile int dTime[6];          //Pulsdauer in us [1000...2000]
     
+    float map(int x, int in_min, int in_max, float out_min, float out_max);
+    
 public:
     int RawChannels[6]; //Rohdaten [1000...2000]