|
FastLED 3.9.15
|
| #define _FL_DEFINE_PORT3 | ( | L, | |
| LC, | |||
| BASE ) |
Macro to create the instantiations for defined ports.
We're going to abuse this later for auto discovery of pin/port mappings for new variants.
Use this for ports that are letters. The first parameter will be the letter, the second parameter will be an integer/counter of some kind. This is because attempts to turn macro parameters into character constants break in some compilers.
| L | the letter of the port |
| LC | an integer counter |
| BASE | the data type for the register |
Definition at line 465 of file fastpin.h.