Skip to content

80avin/Line-Follower

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Line-Follower

OOP based program for Arduino Line Follower


Files :

---firmware
    \---OopsLineFollower
        |   configs.hpp
        |   controller.cpp
        |   controller.hpp
        |   LineSensor.cpp
        |   LineSensor.hpp
        |   main.cpp
        |   motor.cpp
        |   motor.hpp
        |   OopsLineFollower.ino
        |
        \---.vscode
                arduino.json
                c_cpp_properties.json

File Description
configs.hpp Edit this to setup on your Arduino
controller.cpp Source file for controller
controller.hpp Header file for controller
LineSensor.cpp Source file for readin line sensor
LineSensor.hpp Header file for readin line sensor
main.cpp Main file
motor.cpp Source file for motors
motor.hpp Header file for motors
OopsLineFollower.ino Dummy file for Arduino IDE

Derived from Pitt RAS Linefollower team

About

OOP based program for Arduino Line Follower

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages