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: mbed
Diff: inc/lut.h
- Revision:
- 5:09be5bbb5020
- Parent:
- 4:db38665c3727
- Child:
- 6:39442d493098
--- a/inc/lut.h Thu Nov 29 00:07:25 2018 +0000 +++ b/inc/lut.h Sat Dec 01 00:08:53 2018 +0000 @@ -35,6 +35,7 @@ extern unsigned int thermCode[17]; void dec2bin(int); -void getLUTcode(void); +void dec2therm(int); +void getLUTcode(int); #endif