|
FastLED 3.9.15
|
Typedefs | |
| using | openmode = unsigned int |
Enumerations | |
| enum class | seekdir { beg = 0 , cur = 1 , end = 2 } |
Variables | |
| static constexpr openmode | app = 0x20 |
| static constexpr openmode | ate = 0x02 |
| static constexpr openmode | binary = 0x01 |
| static constexpr openmode | in = 0x04 |
| static constexpr openmode | out = 0x08 |
| static constexpr openmode | trunc = 0x10 |