5#ifndef ELEC_C7222_EXAMPLES_BUTTON_EVENT_HPP
6#define ELEC_C7222_EXAMPLES_BUTTON_EVENT_HPP
8#include <condition_variable>
54 bool GetEvents(std::uint32_t timeout_ms, std::uint32_t& events_out);
58 std::uint32_t events_{0};
60 bool event_ready_{
false};
64 std::condition_variable cv_;
C7222 course abstractions namespace.
Definition ble.hpp:20