; =======================================
; C O N S T A N T S T O A D J U S T
; =======================================
;
; Selection of operating modes
; Selection of the ADC reference voltage 1.1 or 5 V
.equ cAdc_1p1 = 1 ; 1 = 1.1 internal reference voltage
; 0 = Operating voltage as reference
; Selection of the differential gain 1 or 20
.equ cAdcGain = 20 ; ADC differential gain (1 or 20)
; Selection of operating modes Log or Lin
.equ cLog = 1 ; Logarithmic (1) or linear (0)
; Selection of the duration of holding the maximum
.equ cMaxHold = 14 ; 14 hold cycles for maximum