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/lut.h
- Revision:
- 30:d8721a46ee03
- Parent:
- 25:8bcc8bea0e31
--- a/inc/lut.h Tue Mar 05 19:21:32 2019 +0000 +++ b/inc/lut.h Wed Mar 06 22:32:31 2019 +0000 @@ -33,12 +33,9 @@ #include "parameters.h" extern unsigned int max_boards; -//extern unsigned int bCodeArray[][]; extern unsigned int bCodeRow[]; -//#define MAX_LUT_ENTRIES 1024 #define LUT_MAX_ADC ADC_MAX_VALUE/2 -//const unsigned int LUT_SCALE_FACTOR = LUT_MAX_ADC/MAX_LUT_ENTRIES; const float LUT_VER = 1.5;