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-02-21
Revision:
33:deebe66c2096
Parent:
30:ea67020c9e05
Child:
39:8222b59a822e

File content as of revision 33:deebe66c2096:

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

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

#endif // __AKDPHWINFO_H__