Class similar to AnalogIn that uses burst mode to run continious background conversions so when the input is read, the last value can immediatly be returned. This slightly modified version allows NC pins.

Dependents:   Pinscape_Controller

Fork of FastAnalogIn by Erik -

Revision:
7:965a2b0e477f
Parent:
6:e2a98449ae58
Child:
8:68082fdde730
--- a/FastAnalogIn.h	Mon Apr 21 10:02:07 2014 +0000
+++ b/FastAnalogIn.h	Mon Apr 21 10:26:49 2014 +0000
@@ -118,7 +118,6 @@
 
     
 private:
-    static int channel_usage[8];
     bool running;    
     char ADCnumber;
     uint32_t *datareg;