first commit for opensource
first commit for opensource
This commit is contained in:
21
examples/sensor/sensor_demo.h
Normal file
21
examples/sensor/sensor_demo.h
Normal file
@@ -0,0 +1,21 @@
|
||||
#ifndef __SENSOR_DEMO_H__
|
||||
#define __SENSOR_DEMO_H__
|
||||
|
||||
#include "mcu_init.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
typedef struct
|
||||
{
|
||||
char data[32];
|
||||
}ReportData_TypeDef;
|
||||
|
||||
void application_entry(void *arg);
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif /* __APP_DEMO_H__ */
|
||||
|
Reference in New Issue
Block a user