From b353eca842b3f251f8967f8c921dfeb32bb13645 Mon Sep 17 00:00:00 2001 From: zhaohe Date: Mon, 24 Jun 2024 19:59:51 +0800 Subject: [PATCH] update --- .cproject | 4 +- .settings/stm32cubeide.project.prefs | 4 +- Core/Inc/FreeRTOSConfig.h | 2 +- README.md | 5 - STM32F407VETX_FLASH.ld | 6 +- STM32F407VETX_RAM.ld | 4 +- a8000_protocol | 2 +- sdk | 2 +- .../plate_code_scaner_module.cpp | 375 +++++++++++++++++++++ .../plate_code_scaner_module.hpp | 145 ++++++++ .../subboard20_plate_clamp_case.cpp | 119 +++++++ .../subboard20_plate_clamp_case_board.c | 93 +++++ 12 files changed, 744 insertions(+), 17 deletions(-) create mode 100644 usrc/subboards/subboard20_plate_clamp_case/plate_code_scaner_module.cpp create mode 100644 usrc/subboards/subboard20_plate_clamp_case/plate_code_scaner_module.hpp diff --git a/.cproject b/.cproject index 1501fb4..98e2564 100644 --- a/.cproject +++ b/.cproject @@ -40,7 +40,7 @@