Skip to content

Latest commit

 

History

History
42 lines (32 loc) · 2 KB

File metadata and controls

42 lines (32 loc) · 2 KB

sumorobot-arduino

  • this Arduino Sumorobot platform is developed for beginners for teaching programming
  • this Sumorobot uses 2 servomotors and 2 ultrasonic proximity + 2 infrared line sensors

sumo

documentation

installation

  • add the Sumorobot Arduino library
$ sudo apt-get update && sudo apt-get install arduino
$ git clone https://github.com/robocoding/sumoino.git /var/tmp/sumoino
$ sudo mv /var/tmp/sumoino/Sumorobot /usr/share/arduino/libraries/
  • launch Arduino and upload an example

other links

credits ^_^