Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 229 Bytes

File metadata and controls

20 lines (14 loc) · 229 Bytes

PiBot

Raspberry Pi robot

Robot class initialize

import robot as Robot  
robot = Robot(Motor1A, Motor1B, Motor2A, Motor2B)

Robot functions

forward()
backward()
right()
left()
stop()
cleanup()