compile only needed parts
@@ -1,5 +1,5 @@
-//#ifdef Encoder_h_
+#ifdef Encoder_h_
#include "Atm_encoderInt.h"
#include <limits.h>
@@ -170,4 +170,4 @@ Atm_encoderInt& Atm_encoderInt::trace( Stream& stream ) {
return *this;
}
-//#endif
+#endif
@@ -5,7 +5,7 @@
* Author: ian
*/
-// #ifdef _ADAFRUIT_TLC59711_H
+#ifdef _ADAFRUIT_TLC59711_H
#include <Atm_led_TLC.h>
#include <Atm_led.hpp>
@@ -45,4 +45,4 @@ Atm_led_TLC& Atm_led_TLC::setMinMax(int min, int max) {
-// #endif
-// #ifdef FASTLED_INTERNAL
+ #ifdef FASTLED_INTERNAL
#include <Atm_led_WS2812.h>
@@ -57,4 +57,4 @@ Atm_led_WS2812& Atm_led_WS2812::setHueSat(int hue, int sat) {
+ #endif