Modified for compatibility with Rev.E. hardware

Fork of AkmSensor by AKM Development Platform

Revision:
43:45225713cd58
Parent:
39:3821886c902e
Child:
49:c8f8946129b6
--- a/akmsensormanager.h	Fri Nov 03 19:45:33 2017 +0000
+++ b/akmsensormanager.h	Wed Nov 08 21:56:17 2017 +0000
@@ -1,17 +1,26 @@
 #ifndef AKMSENSORMANAGER_H
 #define AKMSENSORMANAGER_H
 
+#include "akdphwinfo.h"
 #include "mbed.h"
-#include "SerialNano.h"
+#include "akdphwinfo.h"
 #include "akmsensor.h"
 #include "Message.h"
-#include "debug.h"
 #include "ble/BLE.h"
+#include "SerialNano.h"
 #include "mcp342x.h"
 #include "akmakd.h"
+#include "ble/services/UARTService.h"
+#include "akmhallswitch.h"
+#include "akmanalogsensor.h"
+#include "ak09970ctrl.h"
+#include "ak9750ctrl.h"
+#include "ak9752ctrl.h"
+#include "ak7451ctrl.h"
+#include "ak7401ctrl.h"
+#include "ap1017ctrl.h"
+#include "I2CNano.h"
 
-#define ANALOG_SENSOR_ID             P0_4
-#define ANALOG_SENSOR_ID_SUB         P0_5
 #define MAX_SENSOR_NUM               2
 
 /**