![]() |
發布時間: 2025-6-20 04:08
正文摘要:#include <reg52.h> #include <intrins.h> #include <stdio.h> #include <math.h> // LCD???? sbit LCD_RS = P2^0; sbit LCD_RW = P2^1; sbit LCD_EN = P2^2; // ???? float num1 = 0.0, num ... |
試一下換下輸出引腳 |
是不是程序下載有問題 |
復位腳接錯了,把R1和C3的位置對換一下。 |
程序卡在按鍵掃描程序里,檢查一下按鍵函數 |
論壇的基本功能:“搜索功能”,你可以學習一下 |