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

Branch:
multi_sensor_test
Revision:
36:94a2c7cac068
Parent:
18:d75838bceaaf
Child:
38:f6fef368e695
--- a/Message.h	Mon Feb 27 20:41:06 2017 +0000
+++ b/Message.h	Sat Mar 11 01:14:49 2017 +0000
@@ -10,6 +10,9 @@
         CMD_GET_FW_VERSION = 0x01,                     /**< Gets FW version.                */
         CMD_GET_MAG_PART = 0x02,                       /**< Gets magnetic sensor ID         */
         CMD_BOOT_STATUS = 0x0F,                        /**< Boot status.         */
+        CMD_GET_SENSOR_COUNT = 0x06,                        /**< Get current total sensor num.         */
+        CMD_GET_SENSOR_NUM = 0x08,                        /**< Get current sensor number.         */
+        CMD_SET_SENSOR_NUM = 0x09,                        /**< Set current sensor number.         */
 //        CMD_GET_THRESHOLD = 0x80,                      /**< Gets threshold of AK0997x       */
 //        CMD_SET_THRESHOLD_FROM_HOST = 0x81,            /**< Sets threshold of AK0997x from host. */
 //        CMD_SET_MEASUREMENT_FREQUENCY = 0x82,          /**< Sets measurement frequency.     */