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:
12:522a22a23f8a
Parent:
11:53e52f5f1051
Child:
14:76205d28fea2
--- a/Message.h	Thu Jun 16 18:37:41 2016 +0000
+++ b/Message.h	Fri Jul 08 22:28:13 2016 +0000
@@ -177,7 +177,7 @@
 
         
 private:
-    const static int NUM_MAX_ARG = 16;                           /**< Maximum number of arguments in message. */
+    const static int NUM_MAX_ARG = 32;                           /**< Maximum number of arguments in message. */
     const static int MAX_LEN = 1 + 2 + 2*NUM_MAX_ARG + 1 + 1;    /**< Maximum length of message in byte unit. $ + command(2bytes) + data + \r + \n */
 
     Command cmd;                                       /**< Holds command. */