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

akdphwinfo.h

Committer:
masahikofukasawa
Date:
2016-10-28
Revision:
25:12ed05de91f9
Child:
30:ea67020c9e05

File content as of revision 25:12ed05de91f9:

#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__