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: HMC6352 QEI Servo mbed
Diff: ping/ping.h
- Revision:
- 0:4644bf6bca6a
diff -r 000000000000 -r 4644bf6bca6a ping/ping.h
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/ping/ping.h Wed Jul 31 04:43:58 2013 +0000
@@ -0,0 +1,10 @@
+#define ALL_ULTRASONIC 4
+#define PING_ERR 0xFFFF
+
+
+PinName ultrasonic_pin[ALL_ULTRASONIC] = {
+ p17,
+ p18,
+ p19,
+ p20,
+};