摘要: 该主题比上一主题主要是使用了中断 1.main.c文件 #include "stm32f10x.h" #include "adc.h" #include "usart1.h" uint16_t adc_val = 0; uint8_t cnt = 0; void delay(void) { uint 阅读全文
posted @ 2025-03-28 21:15 了解2号 阅读(397) 评论(0) 推荐(0)