/* ENCODER MODULE Copyright (C) 2018-2019 by Xose PĂ©rez */ #include "espurna.h" #if ENCODER_SUPPORT && (LIGHT_PROVIDER != LIGHT_PROVIDER_NONE) #include "libs/Encoder.h" #include #endif void encoderSetup();