150_robot_H_Bridge8835_DIR_PWM_US_Follow

Dependencies:   HC-SR04

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers UP_US_Sensor.h Source File

UP_US_Sensor.h

00001 
00002 
00003  
00004  void Abstandsmessung (void)
00005  {
00006          float Abstand = sonar.getCm();
00007        
00008 }