Read and translate AHT20 sensor readings

This commit is contained in:
2024-09-03 22:42:10 +02:00
parent 83f6fa58a4
commit b9443f8cec
6 changed files with 225 additions and 196 deletions

View File

@@ -2,6 +2,7 @@
#define MAD_CORE_COMMON_H
#include <stddef.h>
#include <stdint.h>
#include <stdarg.h>
#include <stdbool.h>