Christopher Bradford / Mbed 2 deprecated ASEE-2014

Dependencies:   LineFollower Motor mbed

Fork of ASEE-2014 by Bill Bonner

Files at this revision

API Documentation at this revision

Comitter:
blu12758
Date:
Fri Feb 21 04:40:56 2014 +0000
Parent:
1:e3e60c4d6f0a
Child:
3:0f00635d135f
Commit message:
Made changes to LineFollower.

Changed in this revision

LineFollower.lib Show annotated file Show diff for this revision Revisions of this file
main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/LineFollower.lib	Tue Feb 18 04:16:57 2014 +0000
+++ b/LineFollower.lib	Fri Feb 21 04:40:56 2014 +0000
@@ -1,1 +1,1 @@
-http://mbed.org/users/blu12758/code/LineFollower/#2623af9e8ef3
+http://mbed.org/users/blu12758/code/LineFollower/#c319e24af8df
--- a/main.cpp	Tue Feb 18 04:16:57 2014 +0000
+++ b/main.cpp	Fri Feb 21 04:40:56 2014 +0000
@@ -1,7 +1,12 @@
 #include "mbed.h"
 
+/* Global Variables */
+Linefollower frontarray(PTE5,PTE4,PTE3,PTE2,PTB11,PTB10,PTB9,PTB8);
 DigitalOut myled(LED1);
 
+/* Driver methods */
+
+
 int main() {
     while(1) {
         myled = 1;