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:
0:c240899240e7
Child:
30:ea67020c9e05
--- a/Message.cpp	Thu Jun 16 18:37:41 2016 +0000
+++ b/Message.cpp	Fri Jul 08 22:28:13 2016 +0000
@@ -86,7 +86,7 @@
         status = SUCCESS;
     }
     
-    msg->num_arg = i+1;
+    msg->num_arg = i;
     
     return status;
 }