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.
ping.h@0:b33b91b2061f, 2013-07-11 (annotated)
- Committer:
- OGA
- Date:
- Thu Jul 11 10:46:18 2013 +0000
- Revision:
- 0:b33b91b2061f
1
Who changed what in which revision?
| User | Revision | Line number | New contents of line |
|---|---|---|---|
| OGA | 0:b33b91b2061f | 1 | #define ALL_ULTRASONIC 4 |
| OGA | 0:b33b91b2061f | 2 | #define PING_ERR 0xFFFF |
| OGA | 0:b33b91b2061f | 3 | |
| OGA | 0:b33b91b2061f | 4 | |
| OGA | 0:b33b91b2061f | 5 | PinName ultrasonic_pin[ALL_ULTRASONIC] = { |
| OGA | 0:b33b91b2061f | 6 | p17, |
| OGA | 0:b33b91b2061f | 7 | p18, |
| OGA | 0:b33b91b2061f | 8 | p19, |
| OGA | 0:b33b91b2061f | 9 | p20, |
| OGA | 0:b33b91b2061f | 10 | }; |