Create TactilityFreertos subproject (#440)

This commit is contained in:
Ken Van Hoeylandt
2026-01-03 00:19:40 +01:00
committed by GitHub
parent a4dc633063
commit 7283920def
154 changed files with 1926 additions and 2676 deletions
+3 -6
View File
@@ -2,15 +2,12 @@
#include <Tactility/Log.h>
#include <Tactility/Mutex.h>
#ifdef ESP_PLATFORM
#include <esp_check.h>
#endif // ESP_PLATFORM
#define TAG "i2c"
#include <Tactility/Check.h>
namespace tt::hal::i2c {
constexpr auto TAG = "i2c";
struct Data {
Mutex mutex;
bool isConfigured = false;