From 39389d6bd5926634980b42edceee7a810203cf92 Mon Sep 17 00:00:00 2001 From: orvik Date: Tue, 2 Dec 2025 11:00:44 +0100 Subject: [PATCH] Ajouter driver I2C --- Pilotes/Include/I2C.h | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 Pilotes/Include/I2C.h diff --git a/Pilotes/Include/I2C.h b/Pilotes/Include/I2C.h new file mode 100644 index 0000000..1cda3b8 --- /dev/null +++ b/Pilotes/Include/I2C.h @@ -0,0 +1,2 @@ +#include +void initI2C(); \ No newline at end of file