From c0ec0d141ed2c8948541bcee80f2f474d7c6aa64 Mon Sep 17 00:00:00 2001 From: KenwoodFox Date: Mon, 21 Jun 2021 20:59:14 -0400 Subject: [PATCH] Move all onboard software to dedicated dir --- crawler_software/{ => raspberry_pi}/config/hardware.yaml | 0 .../raspberry_pi/requirements.txt | 0 crawler_software/{ => raspberry_pi}/servo_test.py | 0 crawler_software/{ => raspberry_pi}/sstv.py | 0 4 files changed, 0 insertions(+), 0 deletions(-) rename crawler_software/{ => raspberry_pi}/config/hardware.yaml (100%) rename requirements.txt => crawler_software/raspberry_pi/requirements.txt (100%) rename crawler_software/{ => raspberry_pi}/servo_test.py (100%) rename crawler_software/{ => raspberry_pi}/sstv.py (100%) diff --git a/crawler_software/config/hardware.yaml b/crawler_software/raspberry_pi/config/hardware.yaml similarity index 100% rename from crawler_software/config/hardware.yaml rename to crawler_software/raspberry_pi/config/hardware.yaml diff --git a/requirements.txt b/crawler_software/raspberry_pi/requirements.txt similarity index 100% rename from requirements.txt rename to crawler_software/raspberry_pi/requirements.txt diff --git a/crawler_software/servo_test.py b/crawler_software/raspberry_pi/servo_test.py similarity index 100% rename from crawler_software/servo_test.py rename to crawler_software/raspberry_pi/servo_test.py diff --git a/crawler_software/sstv.py b/crawler_software/raspberry_pi/sstv.py similarity index 100% rename from crawler_software/sstv.py rename to crawler_software/raspberry_pi/sstv.py