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:
- 15:aed8f326c949
- Parent:
- 11:01dcfb29fbc4
--- a/inc/adc.h Sat Dec 08 16:57:27 2018 +0000 +++ b/inc/adc.h Tue Dec 11 16:59:21 2018 +0000 @@ -38,7 +38,7 @@ struct adcValues getADCvolts(void); struct adcValues getADCamps(void); -struct displayValues calcDisplayValues(struct adcValues avals); +struct displayValues calcDisplayValues(struct adcValues); extern bool raw;