ELEC-C7222
Libraries for ELEC C7222 Course Work
Loading...
Searching...
No Matches
button_event.hpp File Reference

Thread-safe button event helper for FreeRTOS/C++ examples. More...

#include <condition_variable>
#include <cstdint>
#include <mutex>
Include dependency graph for button_event.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  c7222::ButtonEvent
 Thread-safe event wrapper for button IRQ notifications. More...
 

Namespaces

namespace  c7222
 C7222 course abstractions namespace.
 

Detailed Description

Thread-safe button event helper for FreeRTOS/C++ examples.