STM32智能小车循迹模块程序

//LED + BEEP + 按键  实验测试 #include "key.h" #include "led.h" #include "delay.h" #include "tracking.h" #include "motor.h" #include "sys.h" int main(void) { u8 key=0; delay_init(); // 延时函数初始化 LED_Init(); /
相关文章
相关标签/搜索