From f598892bb37e1b22c978148ea76a10d04b049ecb Mon Sep 17 00:00:00 2001 From: dd060606 Date: Tue, 1 Apr 2025 16:58:34 +0200 Subject: [PATCH] =?UTF-8?q?ajout=20coordonn=C3=A9es=20X=20et=20Y?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Core/Src/.idea/.gitignore | 8 ++++++++ Core/Src/.idea/workspace.xml | 27 ++++++++++++++++----------- Core/Src/main.c | 3 ++- Core/Src/modelec.cpp | 20 ++++++++++++++------ 4 files changed, 40 insertions(+), 18 deletions(-) create mode 100644 Core/Src/.idea/.gitignore diff --git a/Core/Src/.idea/.gitignore b/Core/Src/.idea/.gitignore new file mode 100644 index 0000000..13566b8 --- /dev/null +++ b/Core/Src/.idea/.gitignore @@ -0,0 +1,8 @@ +# Default ignored files +/shelf/ +/workspace.xml +# Editor-based HTTP Client requests +/httpRequests/ +# Datasource local storage ignored files +/dataSources/ +/dataSources.local.xml diff --git a/Core/Src/.idea/workspace.xml b/Core/Src/.idea/workspace.xml index 2f75b62..94a600f 100644 --- a/Core/Src/.idea/workspace.xml +++ b/Core/Src/.idea/workspace.xml @@ -6,6 +6,9 @@