添加功能:sendblock

验证通过
This commit is contained in:
Qiea
2024-11-12 10:59:42 +08:00
parent edd76c2871
commit 15e6a6e1dc
6 changed files with 94 additions and 6 deletions

View File

@@ -18,6 +18,7 @@
#include "cnn_model.h"
#include "debug.h"
#include "cnn.h"
#include "tools.h"
@@ -130,10 +131,14 @@ int main(void)
LED0=!LED0;
}
model_write("all");
printf("初始化完成!\r\n");
run_dataset();
SDRAM_USED();
// model_write("all");
// printf("初始化完成!\r\n");
// run_dataset();
// SDRAM_USED();
model_switchdata("C1autosave00095_right_new_2");
cnn_run();
while(1){
if(isrun)cnn_run();
}