From 010139f710fc712fbda4979021e3cc66c304c07a Mon Sep 17 00:00:00 2001 From: nick Date: Fri, 2 Oct 2020 12:05:24 +0100 Subject: [PATCH] tidied up files and put current file at root level --- using_button_shim/camera_settings.txt => camera_settings.txt | 0 using_button_shim/button_shim.py => current_code.py | 0 array_for_jumpers.py => early tests/array_for_jumpers.py | 0 cam.py => early tests/cam.py | 0 cam_gpio.py => early tests/cam_gpio.py | 0 camera_code.py => early tests/camera_code.py | 0 6 files changed, 0 insertions(+), 0 deletions(-) rename using_button_shim/camera_settings.txt => camera_settings.txt (100%) rename using_button_shim/button_shim.py => current_code.py (100%) rename array_for_jumpers.py => early tests/array_for_jumpers.py (100%) rename cam.py => early tests/cam.py (100%) rename cam_gpio.py => early tests/cam_gpio.py (100%) rename camera_code.py => early tests/camera_code.py (100%) diff --git a/using_button_shim/camera_settings.txt b/camera_settings.txt similarity index 100% rename from using_button_shim/camera_settings.txt rename to camera_settings.txt diff --git a/using_button_shim/button_shim.py b/current_code.py similarity index 100% rename from using_button_shim/button_shim.py rename to current_code.py diff --git a/array_for_jumpers.py b/early tests/array_for_jumpers.py similarity index 100% rename from array_for_jumpers.py rename to early tests/array_for_jumpers.py diff --git a/cam.py b/early tests/cam.py similarity index 100% rename from cam.py rename to early tests/cam.py diff --git a/cam_gpio.py b/early tests/cam_gpio.py similarity index 100% rename from cam_gpio.py rename to early tests/cam_gpio.py diff --git a/camera_code.py b/early tests/camera_code.py similarity index 100% rename from camera_code.py rename to early tests/camera_code.py