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
main.h@1:f465d89a26b0, 2013-08-01 (annotated)
- Committer:
- OGA
- Date:
- Thu Aug 01 09:05:23 2013 +0000
- Revision:
- 1:f465d89a26b0
- Parent:
- 0:4644bf6bca6a
????
Who changed what in which revision?
| User | Revision | Line number | New contents of line |
|---|---|---|---|
| OGA | 0:4644bf6bca6a | 1 | #include "mbed.h" |
| OGA | 0:4644bf6bca6a | 2 | |
| OGA | 0:4644bf6bca6a | 3 | Timer timer2; |
| OGA | 0:4644bf6bca6a | 4 | |
| OGA | 0:4644bf6bca6a | 5 | extern double ultrasonicValue[4]; |
| OGA | 0:4644bf6bca6a | 6 | extern uint16_t ultrasonicVal[4]; |
| OGA | 0:4644bf6bca6a | 7 | extern void Ultrasonic(void); |