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-05-03
Branch:
multi_sensor_test
Revision:
40:24065d634473
Parent:
39:8222b59a822e

File content as of revision 40:24065d634473:

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

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

#endif // __AKDPHWINFO_H__