From 8e72acf7fb75e5ad6f2edf487bcb2438fb661fb7 Mon Sep 17 00:00:00 2001 From: Jules Beziat Date: Thu, 11 Apr 2024 14:57:10 +0200 Subject: [PATCH] initial commit --- .../Code_plante_copy_20240411145452.ino | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 Code_plante_copy_20240411145452/Code_plante_copy_20240411145452.ino diff --git a/Code_plante_copy_20240411145452/Code_plante_copy_20240411145452.ino b/Code_plante_copy_20240411145452/Code_plante_copy_20240411145452.ino new file mode 100644 index 0000000..54d4660 --- /dev/null +++ b/Code_plante_copy_20240411145452/Code_plante_copy_20240411145452.ino @@ -0,0 +1,10 @@ +//code pour la plante connectée +void setup() { + // put your setup code here, to run once: + +} + +void loop() { + // put your main code here, to run repeatedly: + +}