增加所有文件,修改为零度电机

This commit is contained in:
2025-11-30 22:12:14 +08:00
parent 97bc808489
commit 90dd43f3f9
151 changed files with 748 additions and 22945 deletions

View File

@@ -26,7 +26,6 @@
#include "app/app_brake.h"
#include "app/app_differential_drive.h"
#include <app/app_test.h>
#include <app/app_temp.h>
#include <app/app_base.h>
#include <app/app_turn.h>
#include <app/app_light.h>
@@ -120,10 +119,8 @@ int main(void)
brakeAppInit();
powerAppInit(); //电源管理
turnAppInit(); //舵机转向
// tempAppInit(); //温度
lightAppInit(); //灯光
baseAppInit(); //基站
// gpioInterfaceInit();
requestAppInit();
printf("All init OK ------ %d\n",getCurrentTime());