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: QEI TextLCD mbed
ping.h
00001 #define ALL_ULTRASONIC 4 00002 #define PING_ERR 0xFFFF 00003 00004 PinName ultrasonic_pin[ALL_ULTRASONIC] = { 00005 p5, 00006 p6, 00007 p7, 00008 p8, 00009 }; 00010 00011 00012 00013 /* 00014 #define ALL_ULTRASONIC 4 00015 #define PING_ERR 0xFFFF 00016 00017 00018 PinName ultrasonic_pin[ALL_ULTRASONIC] = { 00019 p17, 00020 p18, 00021 p19, 00022 p20, 00023 }; 00024 */
Generated on Tue Jul 19 2022 20:36:52 by
1.7.2