移植stm32代码

This commit is contained in:
Qiea
2024-11-10 11:13:57 +08:00
parent 77ddd25170
commit 271bd6efa1
8 changed files with 536 additions and 12 deletions

17
main.c
View File

@@ -1,3 +1,20 @@
//
// Created by Qi on 2024/11/9.
//
#include "cnn_model.h"
void main(){
u8 res;
model_init();
model_write("all");
model_switchdata("C1autosave00095_right_new_2");
model_info("all");
DEBUG_PRINTF("\r\nEnd结束");
}