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.
Diff: hcsr04.h
- Revision:
- 8:095071ae3cac
- Parent:
- 7:71da0dbf4400
--- a/hcsr04.h Sat Mar 30 18:55:03 2013 +0000 +++ b/hcsr04.h Sat Apr 27 13:38:55 2019 +0000 @@ -53,6 +53,9 @@ void isr_fall(void); void fall (void (*fptr)(void)); void rise (void (*fptr)(void)); + + int temperature; + void set_temperature(int temperature);