Skip to content

Commit

Permalink
使能按钮切换功能,修改对单片机型号的描述
Browse files Browse the repository at this point in the history
  • Loading branch information
Q1anWan committed Apr 6, 2023
1 parent 25b09a3 commit 1b8a025
Show file tree
Hide file tree
Showing 10 changed files with 4,877 additions and 331 deletions.
2 changes: 1 addition & 1 deletion Code/Algorithm/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ int main(void)
rt_thread_startup(LEDCal_thread);
rt_thread_startup(DataOutput_thread);
rt_thread_startup(Key_thread);
//rt_thread_startup(KeyAction_thread);
rt_thread_startup(KeyAction_thread);
#ifdef qwDbug
Test1_thread = /* 线程控制块指针 */
rt_thread_create( "Test1", /* 线程名字 */
Expand Down
2,743 changes: 2,743 additions & 0 deletions Code/GY_H1_V1.1.hex

Large diffs are not rendered by default.

Loading

0 comments on commit 1b8a025

Please sign in to comment.