its a template, it uses public code

Dependencies:   Glue MODSERIAL Scissors m3pi mbed

Committer:
hex705
Date:
Fri Jul 05 13:16:20 2013 +0000
Revision:
1:71777756a0c2
Parent:
0:29d58b75e636
Child:
2:db4f4bf756b9
fix starting point;

Who changed what in which revision?

UserRevisionLine numberNew contents of line
hex705 0:29d58b75e636 1 #include "mbed.h"
hex705 1:71777756a0c2 2 #include "m3pi.h"
hex705 0:29d58b75e636 3
hex705 1:71777756a0c2 4 #include "MODSERIAL.h"
hex705 1:71777756a0c2 5 #include "Scissors.h"
hex705 1:71777756a0c2 6 #include "Glue.h"
hex705 1:71777756a0c2 7
hex705 0:29d58b75e636 8
hex705 1:71777756a0c2 9 void loop ( void );
hex705 1:71777756a0c2 10
hex705 1:71777756a0c2 11 void main () {
hex705 1:71777756a0c2 12
hex705 0:29d58b75e636 13 while(1) {
hex705 1:71777756a0c2 14 loop ();
hex705 0:29d58b75e636 15 }
hex705 1:71777756a0c2 16
hex705 1:71777756a0c2 17 } // end main
hex705 1:71777756a0c2 18
hex705 1:71777756a0c2 19
hex705 1:71777756a0c2 20 void loop () {
hex705 1:71777756a0c2 21
hex705 0:29d58b75e636 22 }
hex705 1:71777756a0c2 23
hex705 1:71777756a0c2 24
hex705 1:71777756a0c2 25