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_defs.h
- Revision:
- 54:660af33fa930
- Parent:
- 33:6c7364ea360f
diff -r 1cbd51e24610 -r 660af33fa930 inc/adc_defs.h --- a/inc/adc_defs.h Wed Nov 06 20:21:37 2019 +0000 +++ b/inc/adc_defs.h Thu Nov 14 19:51:37 2019 +0000 @@ -108,6 +108,12 @@ extern unsigned int CURRENT_12_DIV_THRESH1; +extern double CURRENT_48_CORRECTION0; +extern double CURRENT_48_CORRECTION1; +extern double CURRENT_48_CORRECTION2; +extern double CURRENT_48_CORRECTION3; +extern double CURRENT_48_CORRECTION4; +extern double CURRENT_48_CORRECTION5; extern double CURRENT_12_CORRECTION0; extern double CURRENT_12_CORRECTION1; extern double CURRENT_12_CORRECTION2;