Project
AlphaBot RcCar README
<>
compile command
gcc -o main control.c main.c function.c -lwiringPi
download wiringPi
git clone git://git.drogon.net/wiringPi
check wiringPi install version
<>
i made in folder Obstacle Avoidence code with Infrared Proximity sensor
update main.c how can use each other control code and obstacle avoidence code
compile command
gcc -o main control.c main.c function.c -lwiringPi