150_robot_H_Bridge8835_DIR_PWM_US_Follow

Dependencies:   HC-SR04

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers LCD_Bua.h Source File

LCD_Bua.h

00001 
00002 
00003 void Ausgabe_LCD (Abstand)
00004 {
00005     mylcd.cursorpos(0x00);
00006     mylcd.printf(" Hallo robot");
00007     mylcd.cursorpos(0x40);
00008     mylcd.printf("Distanz: %.2f", Abstand);
00009 }