RSeries astromech firmware
PinInterruptHandler Class Referenceabstract

#include <core/PinInterruptHandler.h>

+ Inheritance diagram for PinInterruptHandler:

Public Member Functions

void detachInterrupt (unsigned pin)
 
bool attachInterrupt (unsigned pin)
 

Protected Member Functions

virtual void interrupt ()=0
 

Member Function Documentation

◆ attachInterrupt()

bool PinInterruptHandler::attachInterrupt ( unsigned  pin)
inline

◆ detachInterrupt()

void PinInterruptHandler::detachInterrupt ( unsigned  pin)
inline

◆ interrupt()

virtual void PinInterruptHandler::interrupt ( )
protectedpure virtual

Implemented in RotaryEncoder.


The documentation for this class was generated from the following file: