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:
1:0914af311974
Parent:
0:c240899240e7
Child:
2:11a5873f8ec0
--- a/main.cpp	Thu Apr 28 21:24:22 2016 +0000
+++ b/main.cpp	Thu May 05 00:20:26 2016 +0000
@@ -140,7 +140,7 @@
     ble.gap().accumulateAdvertisingPayload(GapAdvertisingData::BREDR_NOT_SUPPORTED);
     ble.gap().setAdvertisingType(GapAdvertisingParams::ADV_CONNECTABLE_UNDIRECTED);
     ble.gap().accumulateAdvertisingPayload(GapAdvertisingData::SHORTENED_LOCAL_NAME,
-                                    (const uint8_t *)"AKDP Rev001", sizeof("AKDP Rev001") - 1);
+                                    (const uint8_t *)"AKDP RevC 001", sizeof("AKDP RevC 001") - 1);
     ble.gap().accumulateAdvertisingPayload(GapAdvertisingData::COMPLETE_LIST_128BIT_SERVICE_IDS,
                                     (const uint8_t *)UARTServiceUUID_reversed, sizeof(UARTServiceUUID_reversed));
     ble.gap().onConnection(connectionCallback);