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:
1:0914af311974
Parent:
0:c240899240e7
Child:
11:53e52f5f1051
--- a/Message.h	Thu Apr 28 21:24:22 2016 +0000
+++ b/Message.h	Thu May 05 00:20:26 2016 +0000
@@ -21,6 +21,18 @@
         CMD_IR_SET_THRESHOLD = 0x91,                   /**< Sets threshold of AK9750.       */
         CMD_IR_GET_HYSTERESIS = 0x92,                  /**< Gets hysteresis setting of AK9750 */
         CMD_IR_SET_HYSTERESIS = 0x93,                  /**< Sets hysteresis to AK9750       */
+        CMD_IR_GET_INTERRUPT = 0x94,                   /**< Gets interrupt mode of AK9750   */
+        CMD_IR_SET_INTERRUPT = 0x95,                   /**< Sets interrupt mode of AK9750   */
+        CMD_IR_GET_OPERATION_MODE = 0x96,              /**< Gets operation mode of AK9750   */
+        CMD_IR_SET_OPERATION_MODE = 0x97,              /**< Sets operation mode of AK9750   */
+        CMD_IR_GET_THRESHOLD_EEPROM = 0x98,            /**< Gets EEPROM threshold of AK9750.       */
+        CMD_IR_SET_THRESHOLD_EEPROM = 0x99,            /**< Sets EEPROM threshold of AK9750.       */
+        CMD_IR_GET_HYSTERESIS_EEPROM = 0x9A,           /**< Gets EEPROM hysteresis setting of AK9750 */
+        CMD_IR_SET_HYSTERESIS_EEPROM = 0x9B,           /**< Sets EEPROM hysteresis to AK9750       */
+        CMD_IR_GET_INTERRUPT_EEPROM = 0x9C,            /**< Gets EEPROM interrupt mode of AK9750   */
+        CMD_IR_SET_INTERRUPT_EEPROM = 0x9D,            /**< Sets EEPROM interrupt mode of AK9750   */
+        CMD_IR_GET_OPERATION_MODE_EEPROM = 0x9E,       /**< Gets EEPROM operation mode of AK9750   */
+        CMD_IR_SET_OPERATION_MODE_EEPROM = 0x9F,       /**< Sets EEPROM operation mode of AK9750   */
 
         CMD_DOOR_STATE_CHANGED = 0xA0,                 /**< Door state changed.             */
         CMD_UPDATE_MAG_VECTOR = 0xA1,                  /**< Update magnetic vector state.   */