Loading...
Searching...
No Matches
Go to the documentation of this file.
4#ifndef FASTLED_DEPRECATED
5#if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 5)
6#define FASTLED_DEPRECATED(msg) __attribute__((deprecated(msg)))
8#define FASTLED_DEPRECATED(msg) __attribute__((deprecated))
12#ifndef FASTLED_DEPRECATED
13#define FASTLED_DEPRECATED(msg)