stock mbed AnalogReads current loop closed and working

Dependencies:   mbed

Fork of priustroller by Bayley Wang

Revision:
36:11766b5da6ed
Parent:
11:dccbaa9274c5
--- a/sensors/throttle.cpp	Mon Mar 16 15:40:07 2015 +0000
+++ b/sensors/throttle.cpp	Thu Apr 16 04:08:47 2015 +0000
@@ -1,5 +1,6 @@
 #include "includes.h"
 #include "sensors.h"
+#include "filters.h"
 
 Throttle::Throttle(PinName pin, float min, float max) {
     _in = new AnalogVoltageSensor(pin, 1.0f);