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:
23:9a404e36feaf
Parent:
21:f8f44ad15d13
Child:
25:12ed05de91f9
--- a/main.cpp	Wed Sep 28 22:11:54 2016 +0000
+++ b/main.cpp	Thu Oct 13 19:05:10 2016 +0000
@@ -102,7 +102,7 @@
     static char command[TXRX_LEN] = "";
     static uint16_t len=0;
 
-    if(serial.readable())    
+    while(serial.readable())    
     {
         uint8_t c = serial.getc();