Simple line follower for the m3pi.

Dependencies:   m3pi mbed

Hello, World!

Committer:
eencae
Date:
Tue Mar 20 16:37:12 2018 +0000
Revision:
1:d8c15d5b8eac
Parent:
0:008c53db1931
Removed code from repeat()

Who changed what in which revision?

UserRevisionLine numberNew contents of line
eencae 0:008c53db1931 1 #include "main.h"
eencae 0:008c53db1931 2
eencae 1:d8c15d5b8eac 3 // code in here runs again and again
eencae 0:008c53db1931 4 void repeat()
eencae 0:008c53db1931 5 {
eencae 1:d8c15d5b8eac 6 // put your code in between the { and } brackets
eencae 1:d8c15d5b8eac 7
eencae 0:008c53db1931 8
eencae 0:008c53db1931 9 }