|
FastLED 3.9.15
|
Utility template for tracking down information about pins and ports.
| port | the port to check information for |
#include <fastpin.h>
Static Public Member Functions | |
| static bool | hasPort () |
| Checks whether a port exists. | |
| static const void * | portAddr () |
| Gets the raw address of the port. | |
| static const char * | portName () |
| Gets the name of the port, as a C-string. | |