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: ADXL345_I2C_NEST HMC6352 IMUfilter ITG3200_NEST USBHost mbed-rtos mbed
Fork of Project by
Diff: SonarSystem.h
- Revision:
- 3:6a7620e9abd9
diff -r 56eb726bdb0d -r 6a7620e9abd9 SonarSystem.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/SonarSystem.h Fri Apr 25 23:06:47 2014 +0000 @@ -0,0 +1,8 @@ +#include "mbed.h" + +#define SONAR_STOP (1.8) + +AnalogIn sonar1(p16); // FL +AnalogIn sonar2(p17); // FC +AnalogIn sonar3(p15); // FR +
