第一次提交

This commit is contained in:
2026-04-09 10:14:20 +08:00
commit e325a77b42
584 changed files with 279711 additions and 0 deletions

19
App/app_soft.h Normal file
View 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