Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: LineFollower Motor mbed
Fork of ASEE-2014 by
Revision 2:0ab3dce54b64, committed 2014-02-21
- 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;
