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:
9:90a7650db802
Parent:
7:f1f544deaaa3
Child:
10:a710e8c3311c
--- a/main.cpp	Sat May 14 00:07:36 2016 +0000
+++ b/main.cpp	Thu May 26 21:57:18 2016 +0000
@@ -157,14 +157,14 @@
         tca9554a.configurePort(PORT_OE_LVS1, TCA9554A::DIR_OUTPUT);
         tca9554a.configurePort(PORT_OE_LVS2, TCA9554A::DIR_OUTPUT);
         // Makes sure that the OE is low first.
-        tca9554a.setPortLevel(PORT_OE_LVS1, TCA9554A::LOW);
-        tca9554a.setPortLevel(PORT_OE_LVS2, TCA9554A::LOW);
+//        tca9554a.setPortLevel(PORT_OE_LVS1, TCA9554A::LOW);
+//        tca9554a.setPortLevel(PORT_OE_LVS2, TCA9554A::LOW);
         wait_ms(TIME_FOR_OE_MS);
         // Sets the OE pins high.
         tca9554a.setPortLevel(PORT_OE_LVS1, TCA9554A::HIGH);
         tca9554a.setPortLevel(PORT_OE_LVS2, TCA9554A::HIGH);
         MSG("#Start main loop.\n");
-        manager->releaseTWI();
+//        manager->releaseTWI();
     }
 #endif