Line Following robot design using pic16f877a

Thread Starter

LaHiRu5250

Joined Sep 14, 2020
1
I have a project to build a line following robot with the PIC 16F877A. And I have to write a code in C programming language using mikroC. How should I start? I need some help.
 

hexreader

Joined Apr 16, 2011
581
1) learn how to light an LED
2) learn how to flash an LED
3) learn how to light an LED when an input goes low to high
4) learn how to light an LED when an input goes high to low

This should keep you busy for a while - make sure you fully understand every detail of your code.

Show your code for 1), 2), 3) and 4) and then we can move on to exercise 5)
 
Top