COSA
An Object-Oriented Platform for Arduino Programming
|
#include <Event.hh>
Public Member Functions | |
virtual void | on_event (uint8_t type, uint16_t value) |
|
inlinevirtual |
Default null event handler. Should be redefined by sub-classes. Called by Event::dispatch().
[in] | type | the event type. |
[in] | value | the event value. |
Reimplemented in Menu::RotaryController, Rotary::Dial< T >, AnalogPin, Job, TWI::Slave, ProtoThread, AnalogPins, and Periodic.