imported from "final" folder
This commit is contained in:
10
.pio/libdeps/esp01_1m/FastLED/examples/Pintest/Pintest.ino
Normal file
10
.pio/libdeps/esp01_1m/FastLED/examples/Pintest/Pintest.ino
Normal file
@@ -0,0 +1,10 @@
|
||||
/// @file Pintest.ino
|
||||
/// @brief Pintest example with platform detection
|
||||
/// @example Pintest.ino
|
||||
|
||||
// Platform detection logic
|
||||
#if !defined(__AVR_ATtiny88__) && !defined(ARDUINO_attinyxy4) && !defined(ARDUINO_attinyxy6) && (defined(__AVR__) || (defined(__arm__) && defined(TEENSYDUINO)))
|
||||
#include "Pintest.h"
|
||||
#else
|
||||
#include "platforms/sketch_fake.hpp"
|
||||
#endif
|
||||
Reference in New Issue
Block a user