Mine, not yours justin

Dependencies:   HMC6352 USBHost mbed-rtos mbed

Fork of Project by Justin Eng

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers SonarSystem.h Source File

SonarSystem.h

00001 #include "mbed.h"
00002 
00003 #define SONAR_STOP (1.8)
00004 
00005 AnalogIn sonar1(p16); // FL
00006 AnalogIn sonar2(p17); // FC
00007 AnalogIn sonar3(p15); // FR
00008