This is the development sandbox for the DRV425EVM and its magnetic sensing.

Dependencies:   mbed

/media/uploads/Krabby127/ohmboyzvectorized.png

Repository for the 2015 OhmBoyZ Capstone group.

Revision:
2:a17facee23c1
Parent:
1:d901038c4bd2
Child:
3:7285d6ff672b
--- a/main.cpp	Tue Nov 17 17:26:59 2015 +0000
+++ b/main.cpp	Tue Nov 17 17:56:50 2015 +0000
@@ -8,7 +8,6 @@
 int main() {
     float meas;
     float b;
-    float offset;
     printf("\nAnalogIn example\n");
     while(1) {
         meas = analog_value.read(); // Converts and read the analog input value (value from 0.0 to 1.0)