wpi-32u4-library
|
#include <Arduino.h>
Go to the source code of this file.
Functions | |
void | attachPCInt (uint8_t pcInt, void(*pcisr)(void)) |
Attaches a function to a pin change interrupt. More... | |
uint8_t | digitalPinToPCInterrupt (uint8_t pin) |
void attachPCInt | ( | uint8_t | pcInt, |
void(*)(void) | pcisr | ||
) |
Attaches a function to a pin change interrupt.
pcInt | The specific pin change interrupt, e.g., "PCINT3" |
pcisr | A pointer to the ISR function, of type void fxn(void). |
Definition at line 12 of file pcint.cpp.
Referenced by IRDecoder::init(), Rangefinder::init(), and Romi32U4Motor::initEncoders().
uint8_t digitalPinToPCInterrupt | ( | uint8_t | pin | ) |
Definition at line 53 of file pcint.cpp.
Referenced by IRDecoder::init(), and Rangefinder::init().