|
FastArduino v1.10
C++ library to build fast but small Arduino/AVR projects
|
Helper class that easily converts a PIN into the right PCISignal.
More...
#include <fastarduino/pci.h>
Public Types | |
| using | TYPE = PCISignal< PCINT > |
PCISignal type for PIN. More... | |
Static Public Attributes | |
| static constexpr const uint8_t | PCINT = PORT_TRAIT::PCINT |
PCINT vector number for this PIN More... | |
Helper class that easily converts a PIN into the right PCISignal.
The following snippet demonstrates usage of PCIType to declare a PCISignal instance for later use in a function:
| using interrupt::PCIType< PIN >::TYPE = PCISignal<PCINT> |
|
staticconstexpr |