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/adc.h
- Revision:
- 52:2b3b194144da
- Parent:
- 42:3ae73b61f657
diff -r abe8a392d50b -r 2b3b194144da inc/adc.h --- a/inc/adc.h Wed Mar 13 19:10:40 2019 +0000 +++ b/inc/adc.h Thu Mar 14 00:21:35 2019 +0000 @@ -34,6 +34,8 @@ void initADC(void); +unsigned int getTEMPERATUREresults(void); + struct adcValues getADCresults(void); struct adcValues getADCvolts(void); struct adcValues getADCamps(void);