Alex Mikhalev
6 years ago
4 changed files with 29 additions and 1 deletions
@ -0,0 +1,14 @@
@@ -0,0 +1,14 @@
|
||||
#pragma once |
||||
|
||||
#include <freertos/FreeRTOS.h> |
||||
#include <freertos/semphr.h> |
||||
|
||||
#ifdef __cplusplus |
||||
extern "C" { |
||||
#endif |
||||
|
||||
extern SemaphoreHandle_t i2c_mutex; |
||||
|
||||
#ifdef __cplusplus |
||||
} |
||||
#endif |
Loading…
Reference in new issue