mirror of
https://gitee.com/dlmu-cone/tronone-h7-scaffold
synced 2026-07-24 03:27:45 +08:00
remote control init
This commit is contained in:
@@ -53,6 +53,7 @@ void robotSelfCheck(void)
|
||||
void ws2812Task(void *argument)
|
||||
{
|
||||
(void) argument;
|
||||
RobotMode_t RobotMode = REMOTE_NOT_CONNECTED; // 初始状态为遥控器未连接
|
||||
while (1)
|
||||
{
|
||||
switch (RobotMode)
|
||||
|
||||
Reference in New Issue
Block a user