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: FreescaleIAP mbed-rtos mbed
Fork of workinQM_5thJan_azad by
Diff: EPS.h
- Revision:
- 49:61c9f28332ba
- Parent:
- 33:76f2b8735501
- Child:
- 53:459b71b1861c
diff -r 9fd15e3e0b53 -r 61c9f28332ba EPS.h --- a/EPS.h Fri Jul 08 08:25:39 2016 +0000 +++ b/EPS.h Thu Jul 14 23:04:26 2016 +0000 @@ -74,8 +74,8 @@ void disable_sleep(); void disable_hibernate(); void socChangeAlertEnabled(bool); -void compensation(char rcomp); -void tempCompensation(float temp); +int compensation(char rcomp); +int tempCompensation(float temp); void clearAlert(); void emptyAlertThreshold(char threshold); void vAlertMinMaxThreshold();