Mine, not yours justin

Dependencies:   HMC6352 USBHost mbed-rtos mbed

Fork of Project by Justin Eng

Committer:
ganeshsubram1
Date:
Fri Apr 25 23:06:47 2014 +0000
Revision:
3:6a7620e9abd9
first commit

Who changed what in which revision?

UserRevisionLine numberNew contents of line
ganeshsubram1 3:6a7620e9abd9 1 #include "mbed.h"
ganeshsubram1 3:6a7620e9abd9 2
ganeshsubram1 3:6a7620e9abd9 3 #define SONAR_STOP (1.8)
ganeshsubram1 3:6a7620e9abd9 4
ganeshsubram1 3:6a7620e9abd9 5 AnalogIn sonar1(p16); // FL
ganeshsubram1 3:6a7620e9abd9 6 AnalogIn sonar2(p17); // FC
ganeshsubram1 3:6a7620e9abd9 7 AnalogIn sonar3(p15); // FR
ganeshsubram1 3:6a7620e9abd9 8