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 QM_BAE_review_1 by
Diff: EPS.h
- Revision:
- 44:da258a0977a4
- Parent:
- 33:76f2b8735501
- Child:
- 53:459b71b1861c
--- a/EPS.h Thu Jul 07 19:45:45 2016 +0000 +++ b/EPS.h Mon Jul 11 19:01:12 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();