-
Line Follower Code: this folder includes three files.
motor.c
: it has initialization for PWM to control the speed of a motor.main.c
: it has a calculation for PID and control of the robot.Inc.h
: it is a header file to combinemotor.c
withmain.c
.
-
Line Follower Simulation: it has a simulation for a whole system with PID and PCB Layout.
- note: switches in the simulation is alternative to sensors.