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:
2017-01-04
Revision:
30:ea67020c9e05
Parent:
25:12ed05de91f9
Child:
33:deebe66c2096

File content as of revision 30:ea67020c9e05:

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

#define CR                              '\r'
#define LF                              '\n'

#endif // __AKDPHWINFO_H__