Posts GPIO change events (rising/falling edge) via EventManager. More...
#include "pico/stdlib.h"
#include <map>
#include <vector>
#include <functional>
#include "EventManager.h"
#include "GpioEvent.h"
Go to the source code of this file.
Classes | |
class | GpioEventManager |
GpioEventManager registers interrupts and posts GpioChange events to multiple listeners per pin. More... | |
Definition in file GpioEventManager.h.