Logo Pico-Framework A web-first embedded framework for C++
Loading...
Searching...
No Matches
GpioEventManager.h File Reference

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...
 

Detailed Description

Version
1.1
Date
2025-04-09
License:\n MIT

Definition in file GpioEventManager.h.