From e587c7730a2bae62f137759e2135363c9a890c6c Mon Sep 17 00:00:00 2001 From: Robin Strand Prestmo Date: Wed, 22 Oct 2025 13:35:03 +0200 Subject: [PATCH] Lagt til filer for forskjellige klasser --- py/src/color_sensor.py | 0 py/src/drive.py | 2 ++ py/src/robot.py | 0 py/src/water.py | 0 4 files changed, 2 insertions(+) create mode 100644 py/src/color_sensor.py create mode 100644 py/src/drive.py create mode 100644 py/src/robot.py create mode 100644 py/src/water.py diff --git a/py/src/color_sensor.py b/py/src/color_sensor.py new file mode 100644 index 0000000..e69de29 diff --git a/py/src/drive.py b/py/src/drive.py new file mode 100644 index 0000000..e9051b7 --- /dev/null +++ b/py/src/drive.py @@ -0,0 +1,2 @@ +#Fil for programmering av kjøring + diff --git a/py/src/robot.py b/py/src/robot.py new file mode 100644 index 0000000..e69de29 diff --git a/py/src/water.py b/py/src/water.py new file mode 100644 index 0000000..e69de29