AKM Development Platform. This is the D7.014 version.

Dependencies:   AK09970 AK099XX AK7401 AK7451 AK8963X AK9750 AK9752 AkmSensor BLE_API I2CNano MCP342x SerialNano SpiNano TCA9554A mbed nRF51822

Fork of AKDP by Masahiko Fukasawa

Revision:
2:11a5873f8ec0
Parent:
0:c240899240e7
Child:
7:f1f544deaaa3
--- a/debug.h	Thu May 05 00:20:26 2016 +0000
+++ b/debug.h	Thu May 05 21:11:40 2016 +0000
@@ -2,6 +2,7 @@
 #define __DEBUG_H__
 
 #define DEBUG
+#define REV_D
 
 #ifdef DEBUG
 #define MSG(...) if(Debug::getSerial()!=NULL)Debug::getSerial()->printf(__VA_ARGS__)