FastLED 3.9.15
Loading...
Searching...
No Matches
Pintest.ino
Go to the documentation of this file.
1
4
5// Platform detection logic
6#if !defined(__AVR_ATtiny88__) && !defined(ARDUINO_attinyxy4) && !defined(ARDUINO_attinyxy6) && (defined(__AVR__) || (defined(__arm__) && defined(TEENSYDUINO)))
7#include "Pintest.h"
8#else
9#include "platforms/sketch_fake.hpp"
10#endif