"Während void main() { init_ 160" von Englische Sprache Übersetzen
【 Deutsche Sprache 】
Während
void main()
{
init_ 1602(); // 1602 Initialisierung
Zeit_ init(); // Timer-Initialisierung
while(1)
{
flag_ 300ms ++;
Wenn (flag_300ms;gt; = 300) /'das Programm einmal alle 300ms ausführen
{
flag_ 300ms,0;
senden_ wave(); // Messstreckenfunktion
clock_ h_ l(); // Alarmfunktion
write_ lcd3(1,7,Entfernung); // Abstand anzeigen
}
key(); // Schlüsselfunktion
Schlüssel_ with(); // Tasteneinstellung
Verzögerung_ 1ms(1); // Verzögerung 1 ms
}
【 Englische Sprache 】
During
void main()
{
init_1602(); // 1602 Initialisation
Time_init(); // Timer Initialization
(1)
{
flag_300ms ++;
If (flag_300ms;gt; = 300) /'run the program once every 300ms
{
flag_300ms,0;
send_wave(); // Measuring distance function
clock_h_l(); // Alarm function
write_lcd3(1,7,distance); // Show distance
}
key(); // Key function
Key_with(); // Key setting
Delay_1ms(1); // Delay 1 ms
}