使用定时器来精确控制数据发送的时间间隙,保证和其他小板不冲突

This commit is contained in:
ranchuan
2023-12-05 18:39:30 +08:00
parent d6b1177af9
commit ebc180189c
13 changed files with 664 additions and 104 deletions

View File

@@ -11,7 +11,7 @@
"defines": [
"USE_STDPERIPH_DRIVER",
"RT_THREAD",
"STM32F10X_MD"
"STM32F10X_HD"
],
"cStandard": "c99",
"cppStandard": "gnu++17",
@@ -27,7 +27,8 @@
],
"defines": [
"USE_STDPERIPH_DRIVER",
"STM32F10X_MD"
"RT_THREAD",
"STM32F10X_HD"
],
"cStandard": "c99",
"cppStandard": "gnu++17",