ECE 4180 Collision Avoiding Robot demo

Dependencies:   Motor Servo mbed

Files at this revision

API Documentation at this revision

Comitter:
Soradhmuny
Date:
Wed Oct 21 22:29:07 2015 +0000
Parent:
0:8c4965d9689e
Commit message:
Final Lab 4 4180 program

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Wed Oct 21 22:18:23 2015 +0000
+++ b/main.cpp	Wed Oct 21 22:29:07 2015 +0000
@@ -2,6 +2,11 @@
 #include "Servo.h"
 #include "Motor.h"
 
+/*
+Soradhmuny Lanh and Michael Capone
+ECE 4180 Lab 4 Collision Avoiding Robot demo
+*/
+
 Servo myservo(p23);
 AnalogIn   ain(p16);
 DigitalOut myled1(LED1);