AKM Development Platform / Mbed 2 deprecated AKDP-RevD7_014

Dependencies:   AK09970 AK099XX AK7401 AK7451 AK8963X AK9750 AK9752 AkmSensor BLE_API I2CNano MCP342x SerialNano SpiNano TCA9554A mbed nRF51822

Fork of AKDP by Masahiko Fukasawa

Files at this revision

API Documentation at this revision

Comitter:
masahikofukasawa
Date:
Mon May 09 17:00:11 2016 +0000
Parent:
2:11a5873f8ec0
Child:
5:2dec8c9f1e9d
Commit message:
Modified IR Sensor methods

Changed in this revision

AK9750.lib Show annotated file Show diff for this revision Revisions of this file
AkmSensor.lib Show annotated file Show diff for this revision Revisions of this file
main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/AK9750.lib	Thu May 05 21:11:40 2016 +0000
+++ b/AK9750.lib	Mon May 09 17:00:11 2016 +0000
@@ -1,1 +1,1 @@
-https://developer.mbed.org/teams/AKM-Development-Platform/code/AK9750/#61d4b9b7dfdc
+https://developer.mbed.org/teams/AKM-Development-Platform/code/AK9750/#9e2fdfc519ac
--- a/AkmSensor.lib	Thu May 05 21:11:40 2016 +0000
+++ b/AkmSensor.lib	Mon May 09 17:00:11 2016 +0000
@@ -1,1 +1,1 @@
-https://developer.mbed.org/teams/AKM-Development-Platform/code/AkmSensor/#11fe67783c4c
+https://developer.mbed.org/teams/AKM-Development-Platform/code/AkmSensor/#af13b985c689
--- 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;