#include <pinnotify.h>
Public Member Functions | |
virtual void | PinStateHasChanged (Pin *)=0 |
virtual | ~HasPinNotifyFunction () |
Definition at line 29 of file pinnotify.h.
virtual HasPinNotifyFunction::~HasPinNotifyFunction | ( | ) | [inline, virtual] |
Definition at line 33 of file pinnotify.h.
virtual void HasPinNotifyFunction::PinStateHasChanged | ( | Pin * | ) | [pure virtual] |
Implemented in ExternalIRQSingle, ExternalIRQPort, HWAcomp, PinChange, PinMonitor, and SerialRxBasic.