Modified for compatibility with Rev.E. hardware

Fork of AkmSensor by AKM Development Platform

Revision:
49:c8f8946129b6
Parent:
46:5938ad2039b0
--- a/akmsensor.h	Tue Dec 19 12:18:13 2017 -0800
+++ b/akmsensor.h	Tue May 01 21:31:15 2018 +0000
@@ -8,6 +8,7 @@
 
 // Sampling rate for ADC
 #define SENSOR_SAMPLING_RATE             0.1        // 10Hz
+//#define SENSOR_SAMPLING_RATE            0.025       // 40Hz
 
 /**
  * Abstract base class for general AKM sensors.
@@ -89,7 +90,7 @@
     
     /**
      * Primary process for interfacing a sensor with the AKDP.  When implemented
-     * in sensor class, it will transfer commands between the the sensor control
+     * in sensor class, it will transfer commands between the sensor control
      * class and AkmSensorManager. 
      *
      * @param in Command message to be processed by sensor.