Cover image for Code

Code

An open-source, burger-shared robot you can build yourself


 4 December 2024   |     0 minute read   |   By Kevin McAleer   |   Share this article on

The full version controlled code for this project is available at BurgerBot GitHub Respository.


BurgerBot Libraries

To use this code copy the following files to your Pico:

  • motor.py - Motor control library
  • range_finder.py - Ultrasonic sensor library
  • burgerbot_v3.py - BurgerBot library

BurgerBot libraries