| 25 | // No .ino file specified - provide empty setup/loop |
| 26 | void setup() {} |
| 27 | void loop() {} |
| 28 | #endif // FASTLED_STUB_MAIN_INCLUDE_INO |
| 29 | |
| 30 | // Include the header which provides main() and other infrastructure |
no outgoing calls
no test coverage detected