TactilityKernel improvements and more (#459)

This commit is contained in:
Ken Van Hoeylandt
2026-01-25 23:54:33 +01:00
committed by GitHub
parent 96eccbdc8d
commit dfe2c865d1
36 changed files with 759 additions and 331 deletions
@@ -0,0 +1,7 @@
#pragma once
#include <esp_err.h>
#include <Tactility/Error.h>
error_t esp_err_to_error(esp_err_t error);