FastLED
3.9.15
Loading...
Searching...
No Matches
avr_disallowed.h
Go to the documentation of this file.
1
#pragma once
2
3
#ifdef __AVR__
4
#define AVR_DISALLOWED \
5
[[deprecated("This function or class is deprecated on AVR.")]]
6
#else
7
#define AVR_DISALLOWED
8
#endif
fl
avr_disallowed.h
Generated on Tue Jun 24 2025 00:58:14 for FastLED by
1.13.2