Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
ultrasonic_object = UltrasonicInterface(16,18)
dist = ultrasonic_object.distance()

Designing the AruCo markers:

...

Resources:

[1]. https://thepihut.com/blogs/raspberry-pi-tutorials/hc-sr04-ultrasonic-range-sensor-on-the-raspberry-pi

...