Mercurial > public > ostc4
diff Discovery/Inc/tStructure.h @ 562:ec76fa85009e
Added ADC sensor interface to O2 sensore menu structure:
Based on the availability of an external ADC (Old / new HW) the interface to the O2 sensors may now be choosen between classic optical and the new analog. Depending on the selection HUB Battery or a button for sensor calibration will be shown.
author | Ideenmodellierer |
---|---|
date | Sun, 15 Nov 2020 19:58:14 +0100 |
parents | 43a2dd4ba30f |
children | 1c95f811967c |
line wrap: on
line diff
--- a/Discovery/Inc/tStructure.h Sun Nov 15 19:54:36 2020 +0100 +++ b/Discovery/Inc/tStructure.h Sun Nov 15 19:58:14 2020 +0100 @@ -246,6 +246,8 @@ #define StMHARD3_O2_Sensor2 _MB(2,7,3,2,0) #define StMHARD3_O2_Sensor3 _MB(2,7,3,3,0) #define StMHARD3_O2_Fallback _MB(2,7,3,4,0) +#define StMHARD3_O2_Calibrate _MB(2,7,3,5,0) +#define StMHARD3_O2_Source _MB(2,7,3,6,0) #define StMHARD4_BrightnessEco _MB(2,7,4,1,0) #define StMHARD4_BrightnessStd _MB(2,7,4,2,0)