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"
Include dependency graph for GpioEventManager.h:
This graph shows which files directly or indirectly include this file: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.