第一次提交
This commit is contained in:
19
App/app_soft.h
Normal file
19
App/app_soft.h
Normal file
@@ -0,0 +1,19 @@
|
||||
#ifndef _APP_SOFT_H
|
||||
#define _APP_SOFT_H
|
||||
#include "app_scan.h"
|
||||
|
||||
|
||||
typedef struct
|
||||
{
|
||||
uint32_t head;
|
||||
uint8_t x_rank[12];
|
||||
uint8_t y_rank[12];
|
||||
uint32_t tail;
|
||||
}rank_frame_struct;
|
||||
|
||||
|
||||
void soft_sensor(adc_value_frame_struct *adc_raw_value);
|
||||
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user