//***********************************************************************************************************
// File Function: N76E003 APROM program DATAFLASH as EEPROM way
//************ ...
struct rt_sensor_data
{
rt_uint32_t timestamp; / The timestamp when the data was received /
rt_uint8_t type; / The sensor type of the data /
union
{
struct sensor_3_axis acce; / Accelerometer. unit: m ...