@ -0,0 +1,16 @@ | |||||
/* | |||||
ENCODER MODULE | |||||
Copyright (C) 2018-2019 by Xose Pérez <xose dot perez at gmail dot com> | |||||
*/ | |||||
#include "espurna.h" | |||||
#if ENCODER_SUPPORT && (LIGHT_PROVIDER != LIGHT_PROVIDER_NONE) | |||||
#include "libs/Encoder.h" | |||||
#include <vector> | |||||
#endif | |||||
void encoderSetup(); |
@ -0,0 +1,11 @@ | |||||
/* | |||||
LightFox module | |||||
Copyright (C) 2019 by Andrey F. Kupreychik <foxle@quickfox.ru> | |||||
*/ | |||||
#include "espurna.h" | |||||
void lightfoxSetup(); |