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:
35:6f80a59e922e
Parent:
33:deebe66c2096
Child:
36:94a2c7cac068
--- a/debug.h	Wed Feb 22 21:56:46 2017 +0000
+++ b/debug.h	Mon Feb 27 20:41: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__)