first commit

This commit is contained in:
2025-02-19 14:46:14 +08:00
commit cde431e41c
221 changed files with 204599 additions and 0 deletions

11
APP/data_analyse.h Normal file
View File

@ -0,0 +1,11 @@
//
// Created by IRIS on 25-2-12.
//
#ifndef DATA_ANALYSE_H
#define DATA_ANALYSE_H
#include "mymain.h"
void sgi(uint16_t *data, uint16_t *result);
#endif //DATA_ANALYSE_H