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:
25:12ed05de91f9
Parent:
14:76205d28fea2
Child:
29:37167ee96b84
--- a/debug.h	Thu Oct 13 19:09:09 2016 +0000
+++ b/debug.h	Fri Oct 28 21:30:36 2016 +0000
@@ -1,8 +1,7 @@
 #ifndef __DEBUG_H__
 #define __DEBUG_H__
 
-//#define DEBUG
-#define REV_D
+#define DEBUG
 
 #ifdef DEBUG
 #define MSG(...) if(Debug::getSerial()!=NULL)Debug::getSerial()->printf(__VA_ARGS__)