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

Branch:
multi_sensor_test
Revision:
39:8222b59a822e
Parent:
36:94a2c7cac068
--- a/debug.h	Fri Mar 17 23:29:58 2017 +0000
+++ b/debug.h	Fri Apr 28 20:33:17 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__)