150_robot_H_Bridge8835_DIR_PWM_US_Follow

Dependencies:   HC-SR04

LCD_Bua.h

Committer:
itbusch
Date:
2022-02-23
Revision:
0:68a3b91ee2a4

File content as of revision 0:68a3b91ee2a4:



void Ausgabe_LCD (Abstand)
{
    mylcd.cursorpos(0x00);
    mylcd.printf(" Hallo robot");
    mylcd.cursorpos(0x40);
    mylcd.printf("Distanz: %.2f", Abstand);
}