Initial commit

This commit is contained in:
Martin Girard
2026-09-10 11:14:52 +02:00
commit 810d44a032
9 changed files with 593 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
// Copyright (C) 2026 Martin Girard <mgkik@outlook.fr>
// Copyright (C) 2026 Association Exergie <association.exergie@gmail.com>
// SPDX-License-Identifier: GPL-3.0-or-later
#include <Arduino.h>
void setup() {
// put your setup code here, to run once:
int result = myFunction(2, 3);
}
void loop() {
// put your main code here, to run repeatedly:
}