Commit 6329cde0 authored by FineL's avatar FineL 😛

实验一finish

parent ff0f839c
......@@ -45,7 +45,7 @@ void Show(void)
{
while(!Voltage[1500]);
ADC0_Disable();
Timer3_Init2(175);
Timer3_Init2(175);// it should be changed to 175/12
while(1)
{
for(i=0;i<127;i++)
......
AD采集,串口USART传到电脑,电脑显示
OLED显示
所需模块GPIO,AD,USART,OLED,DMA
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment