Pico GPS Teseo I2C
Loading...
Searching...
No Matches
callbackmanager Directory Reference

Directories

 example
 
 test
 

Files

 callbackmanager.cpp
 

Detailed Description

C++ callback manager supports classic C function, a lambda, a static class method or an object method as handler

Open Source GitHub License run unit tests

This callback manager can execute a method of a particular object as a callback. It can be used in typical callback situations, e.g.: in a UART driver or a GUI framework. But also in interrupt handlers.

Blog:

see article on element14

and a follow-up that shows different callback options (object method, static class method, C function, lambda)