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:
4:749a21fd9c2d
Parent:
2:11a5873f8ec0
Child:
7:f1f544deaaa3
--- a/main.cpp	Thu May 05 21:11:40 2016 +0000
+++ b/main.cpp	Mon May 09 17:00:11 2016 +0000
@@ -23,7 +23,13 @@
 #ifndef REV_D
 SerialNano          serial(P0_28, P0_29); // Rev.C pin configuration
 #else
-SerialNano          serial(P0_4, P0_5);  // Rev.D pin configuration
+//SerialNano          serial(P0_4, P0_5);  // Rev.D pin configuration
+
+// for test
+SerialNano          serial(P0_28, P0_29); // Rev.C pin configuration
+DigitalOut  dummy_Tx(P0_4);
+DigitalIn  dummy_Rx(P0_5);
+
 #endif
 AkmSensorManager*   manager;