Example to move the robot.

Dependencies:   m3pi mbed

Fork of 3pi_Line_Follow by Craig Evans

History

Initial commit default tip

2018-03-22, by eencae [Thu, 22 Mar 2018 12:13:29 +0000] rev 2

Initial commit


Removed code from repeat()

2018-03-20, by eencae [Tue, 20 Mar 2018 16:37:12 +0000] rev 1

Removed code from repeat()


Simple line follow code for the m3pi robot.; ; Written in an Arudino-like way - there is a repeat() function that is the only thing that needs to be modified.; ; Useful for coding beginners.

2018-03-20, by eencae [Tue, 20 Mar 2018 16:28:07 +0000] rev 0

Simple line follow code for the m3pi robot.; ; Written in an Arudino-like way - there is a repeat() function that is the only thing that needs to be modified.; ; Useful for coding beginners.