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:
33:deebe66c2096
Parent:
29:37167ee96b84
Child:
35:6f80a59e922e
--- a/debug.h	Wed Jan 18 21:41:06 2017 +0000
+++ b/debug.h	Tue Feb 21 23:47:06 2017 +0000
@@ -1,7 +1,7 @@
 #ifndef __DEBUG_H__
 #define __DEBUG_H__
 
-//#define DEBUG
+#define DEBUG
 
 #ifdef DEBUG
 #define MSG(...) if(Debug::getSerial()!=NULL)Debug::getSerial()->printf(__VA_ARGS__)