Clean up code findaADC..

pull/109/head
3d-gussner 2021-08-22 20:07:14 +02:00 committed by DRracer
parent 763e33f79a
commit 59db864329
1 changed files with 0 additions and 2 deletions

View File

@ -46,8 +46,6 @@ static constexpr uint16_t ledBlinkPeriodMs = 1000U;
// FINDA setup
static constexpr const uint16_t findaDebounceMs = 100;
static constexpr const uint8_t findaADCIndex = 6; ///< ADC index of FINDA input
static constexpr const uint16_t findaADCDecisionLevel = 512; ///< ADC decision level when a FINDA is considered pressed/not pressed
// Buttons setup
static constexpr const uint8_t buttonCount = 3; ///< number of buttons currently supported