Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: AK09970 AK099XX AK7401 AK7451 AK8963X AK9750 AK9752 AkmSensor BLE_API I2CNano MCP342x SerialNano SpiNano TCA9554A mbed nRF51822
Fork of AKDP by
Revision 4:749a21fd9c2d, committed 2016-05-09
- 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
--- 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;
