摘要: 1. 项目:使用stm32寄存器点亮LED, 分别点亮红、绿、蓝3个灯。 2. 代码: 只需要编写main.c程序,stm3210x.h程序为空(只需要新建即可)。 2.1 点亮绿灯main.c程序 #include "stm32f10x.h" int main(void) { //打开GPIOB端 阅读全文
posted @ 2021-09-15 22:22 JRS077 阅读(779) 评论(2) 推荐(0) 编辑