mn_semaphore.hpp
Go to the documentation of this file.
1 
19 #ifndef MINLIB_ESP32_SEMAPHORE_
20 #define MINLIB_ESP32_SEMAPHORE_
21 
22 #include "mn_config.hpp"
23 
24 #include "mn_binary_semaphore.hpp"
26 
27 
28 #endif