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 [[deprecated("This function or class is deprecated on AVR.")]]
5
#else
6
#define AVR_DISALLOWED
7
#endif
fl
avr_disallowed.h
Generated on Thu May 29 2025 04:44:57 for FastLED by
1.13.2