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

Thread-safe LED wrapper that enforces exclusive control. More...

#include <chrono>
#include <condition_variable>
#include <mutex>
#include "led.hpp"
#include "non_copyable.hpp"
#include "platform.hpp"
Include dependency graph for safe_led.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  c7222::SafeLed
 LED wrapper that prevents simultaneous control from multiple threads. More...
 

Namespaces

namespace  c7222
 C7222 course abstractions namespace.
 

Detailed Description

Thread-safe LED wrapper that enforces exclusive control.