This website requires JavaScript.
Explore
Help
Sign In
xqq27
/
SmartCar-V1
Watch
1
Star
0
Fork
0
You've already forked SmartCar-V1
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
SmartCar-V1
/
Code
/
bsp
/
inc
History
xqq27
5a477078cf
无pwm输出的原因是PA2同时使用了TM2_CH3和USART2,现在使用PA1,TIM2_CH2作为电机的PWM,后期画板子需要修改此处
2025-05-07 09:31:11 +08:00
..
bsp_led.h
完成了led的板级支持包和驱动部分,后面需要完成定时器的
2025-04-29 23:37:31 +08:00
bsp_motor.h
无pwm输出的原因是PA2同时使用了TM2_CH3和USART2,现在使用PA1,TIM2_CH2作为电机的PWM,后期画板子需要修改此处
2025-05-07 09:31:11 +08:00
bsp_timer.h
上传motor驱动程序,目前写好了左右轮的程序
2025-05-06 17:18:00 +08:00
bsp_usart.h
1. 提交完成debuglog的程序,利用printf重定向,用usart2作为打印调试日志的串口;2. 上传数据手册。
2025-05-05 22:37:13 +08:00