Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 220 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 220 Bytes

line-follower

How to use line_detector.py: First add "from line_detector import LineDetector" to your code then initialize the object as such : LineDetector(turn_precision), e.g foo = LineDetector(6)

line-follower