
HC_Gain_scaled = ((((HC_GAIN_HIGH - HC_GAIN_LOW) >> 8) * pot_level)); //Average and divide by 256

HC_Gain_scaled += HC_GAIN_LOW;
