From b46feb4e1042a1a24d95269fb14f76e2de9ed4a2 Mon Sep 17 00:00:00 2001 From: Ulysse Cura Date: Sun, 4 May 2025 18:10:34 +0200 Subject: [PATCH] Added Copy Rights --- main controller code/src/main.c | 5 +++++ motion controller code/src/main.c | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/main controller code/src/main.c b/main controller code/src/main.c index ac93fa7..5e48f94 100644 --- a/main controller code/src/main.c +++ b/main controller code/src/main.c @@ -1,3 +1,8 @@ +/* *\ + Copyrights 2025 + Riombotique +\* */ + /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *\ * Code du RPI Pico principale gérant les differentes entrées-sorties. * * Ce Pico est un maitre pilotant le gyroscope, l'internet et le motion controller.* diff --git a/motion controller code/src/main.c b/motion controller code/src/main.c index 189c36f..120d987 100644 --- a/motion controller code/src/main.c +++ b/motion controller code/src/main.c @@ -1,3 +1,8 @@ +/* *\ + Copyrights 2025 + Riombotique +\* */ + /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * *\ * Code du RPI Pico gérant les different Actionneurs. * * Ce Pico est un esclave piloté par le Pico Principal. *