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:
25:12ed05de91f9
Child:
30:ea67020c9e05
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/akdphwinfo.h	Fri Oct 28 21:30:36 2016 +0000
@@ -0,0 +1,14 @@
+#ifndef __AKDPHWINFO_H__
+#define __AKDPHWINFO_H__
+
+#include "stdio.h"
+#include "stdlib.h"
+
+#define MOTHER_BOARD_NAME               "AKDP"
+#define MOTHER_BOARD_VERSION            "D7"
+#define FIRMWARE_VERSION                11
+
+#define CR                              '\r'
+#define LF                              '\n'
+
+#endif // __AKDPHWINFO_H__