From a627a886e5f3683161b4e78f6e7675fe228f25de Mon Sep 17 00:00:00 2001 From: Zhaoliang <zhz03@g.ucla.edu> Date: Sat, 9 Oct 2021 00:18:37 -0700 Subject: [PATCH] put all the control code under the control folder --- .../Test_FBUD_mapping_via_Blynk/Test_FBUD_mapping_via_Blynk.ino | 0 .../Feather_Code_Test_ZZL/feather_main_test1_PID/Camera.cpp | 0 .../Feather_Code_Test_ZZL/feather_main_test1_PID/Camera.h | 0 .../Feather_Code_Test_ZZL/feather_main_test1_PID/LedPanel.cpp | 0 .../Feather_Code_Test_ZZL/feather_main_test1_PID/LedPanel.h | 0 .../feather_main_test1_PID/feather_main_test1_PID.ino | 0 .../Feather_Code_Test_ZZL/feather_main_test1_PID/utilities.cpp | 0 .../Feather_Code_Test_ZZL/feather_main_test1_PID/utilities.h | 0 .../Feather_Code_Test_ZZL/feather_main_test3_PID/.gitkeep | 0 .../Feather_Code_Test_ZZL/feather_main_test3_PID/Camera.cpp | 0 .../Feather_Code_Test_ZZL/feather_main_test3_PID/Camera.h | 0 .../Feather_Code_Test_ZZL/feather_main_test3_PID/LedPanel.cpp | 0 .../Feather_Code_Test_ZZL/feather_main_test3_PID/LedPanel.h | 0 .../feather_main_test3_PID/feather_main_test3_PID.ino | 0 .../Feather_Code_Test_ZZL/feather_main_test3_PID/utilities.cpp | 0 .../Feather_Code_Test_ZZL/feather_main_test3_PID/utilities.h | 0 .../feather_main_test_PID_April_Tag/Camera.cpp | 0 .../feather_main_test_PID_April_Tag/Camera.h | 0 .../feather_main_test_PID_April_Tag/LedPanel.cpp | 0 .../feather_main_test_PID_April_Tag/LedPanel.h | 0 .../feather_main_test_PID_April_Tag.ino | 0 .../feather_main_test_PID_April_Tag/utilities.cpp | 0 .../feather_main_test_PID_April_Tag/utilities.h | 0 Code/{ => Control}/Kamil's Feather Code/.gitkeep | 0 Code/{ => Control}/Kamil's Feather Code/Camera.cpp | 0 Code/{ => Control}/Kamil's Feather Code/Camera.h | 0 .../Kamil's Feather Code/feather_main_personaldemo_PID.ino | 0 Code/{ => Control}/Kamil's Feather Code/utilities.cpp | 0 Code/{ => Control}/Kamil's Feather Code/utilities.h | 0 Code/{ => Control}/Motor-Test-Aaron/Motor-Test-Aaron.ino | 0 30 files changed, 0 insertions(+), 0 deletions(-) rename Code/{ => Control}/Feather_Code_Test_ZZL/Test_FBUD_mapping_via_Blynk/Test_FBUD_mapping_via_Blynk.ino (100%) rename Code/{ => Control}/Feather_Code_Test_ZZL/feather_main_test1_PID/Camera.cpp (100%) rename Code/{ => Control}/Feather_Code_Test_ZZL/feather_main_test1_PID/Camera.h (100%) rename Code/{ => Control}/Feather_Code_Test_ZZL/feather_main_test1_PID/LedPanel.cpp (100%) rename Code/{ => Control}/Feather_Code_Test_ZZL/feather_main_test1_PID/LedPanel.h (100%) rename Code/{ => Control}/Feather_Code_Test_ZZL/feather_main_test1_PID/feather_main_test1_PID.ino (100%) rename Code/{ => Control}/Feather_Code_Test_ZZL/feather_main_test1_PID/utilities.cpp (100%) rename Code/{ => Control}/Feather_Code_Test_ZZL/feather_main_test1_PID/utilities.h (100%) rename Code/{ => Control}/Feather_Code_Test_ZZL/feather_main_test3_PID/.gitkeep (100%) rename Code/{ => Control}/Feather_Code_Test_ZZL/feather_main_test3_PID/Camera.cpp (100%) rename Code/{ => Control}/Feather_Code_Test_ZZL/feather_main_test3_PID/Camera.h (100%) rename Code/{ => Control}/Feather_Code_Test_ZZL/feather_main_test3_PID/LedPanel.cpp (100%) rename Code/{ => Control}/Feather_Code_Test_ZZL/feather_main_test3_PID/LedPanel.h (100%) rename Code/{ => Control}/Feather_Code_Test_ZZL/feather_main_test3_PID/feather_main_test3_PID.ino (100%) rename Code/{ => Control}/Feather_Code_Test_ZZL/feather_main_test3_PID/utilities.cpp (100%) rename Code/{ => Control}/Feather_Code_Test_ZZL/feather_main_test3_PID/utilities.h (100%) rename Code/{ => Control}/Feather_Code_Test_ZZL/feather_main_test_PID_April_Tag/Camera.cpp (100%) rename Code/{ => Control}/Feather_Code_Test_ZZL/feather_main_test_PID_April_Tag/Camera.h (100%) rename Code/{ => Control}/Feather_Code_Test_ZZL/feather_main_test_PID_April_Tag/LedPanel.cpp (100%) rename Code/{ => Control}/Feather_Code_Test_ZZL/feather_main_test_PID_April_Tag/LedPanel.h (100%) rename Code/{ => Control}/Feather_Code_Test_ZZL/feather_main_test_PID_April_Tag/feather_main_test_PID_April_Tag.ino (100%) rename Code/{ => Control}/Feather_Code_Test_ZZL/feather_main_test_PID_April_Tag/utilities.cpp (100%) rename Code/{ => Control}/Feather_Code_Test_ZZL/feather_main_test_PID_April_Tag/utilities.h (100%) rename Code/{ => Control}/Kamil's Feather Code/.gitkeep (100%) rename Code/{ => Control}/Kamil's Feather Code/Camera.cpp (100%) rename Code/{ => Control}/Kamil's Feather Code/Camera.h (100%) rename Code/{ => Control}/Kamil's Feather Code/feather_main_personaldemo_PID.ino (100%) rename Code/{ => Control}/Kamil's Feather Code/utilities.cpp (100%) rename Code/{ => Control}/Kamil's Feather Code/utilities.h (100%) rename Code/{ => Control}/Motor-Test-Aaron/Motor-Test-Aaron.ino (100%) diff --git a/Code/Feather_Code_Test_ZZL/Test_FBUD_mapping_via_Blynk/Test_FBUD_mapping_via_Blynk.ino b/Code/Control/Feather_Code_Test_ZZL/Test_FBUD_mapping_via_Blynk/Test_FBUD_mapping_via_Blynk.ino similarity index 100% rename from Code/Feather_Code_Test_ZZL/Test_FBUD_mapping_via_Blynk/Test_FBUD_mapping_via_Blynk.ino rename to Code/Control/Feather_Code_Test_ZZL/Test_FBUD_mapping_via_Blynk/Test_FBUD_mapping_via_Blynk.ino diff --git a/Code/Feather_Code_Test_ZZL/feather_main_test1_PID/Camera.cpp b/Code/Control/Feather_Code_Test_ZZL/feather_main_test1_PID/Camera.cpp similarity index 100% rename from Code/Feather_Code_Test_ZZL/feather_main_test1_PID/Camera.cpp rename to Code/Control/Feather_Code_Test_ZZL/feather_main_test1_PID/Camera.cpp diff --git a/Code/Feather_Code_Test_ZZL/feather_main_test1_PID/Camera.h b/Code/Control/Feather_Code_Test_ZZL/feather_main_test1_PID/Camera.h similarity index 100% rename from Code/Feather_Code_Test_ZZL/feather_main_test1_PID/Camera.h rename to Code/Control/Feather_Code_Test_ZZL/feather_main_test1_PID/Camera.h diff --git a/Code/Feather_Code_Test_ZZL/feather_main_test1_PID/LedPanel.cpp b/Code/Control/Feather_Code_Test_ZZL/feather_main_test1_PID/LedPanel.cpp similarity index 100% rename from Code/Feather_Code_Test_ZZL/feather_main_test1_PID/LedPanel.cpp rename to Code/Control/Feather_Code_Test_ZZL/feather_main_test1_PID/LedPanel.cpp diff --git a/Code/Feather_Code_Test_ZZL/feather_main_test1_PID/LedPanel.h b/Code/Control/Feather_Code_Test_ZZL/feather_main_test1_PID/LedPanel.h similarity index 100% rename from Code/Feather_Code_Test_ZZL/feather_main_test1_PID/LedPanel.h rename to Code/Control/Feather_Code_Test_ZZL/feather_main_test1_PID/LedPanel.h diff --git a/Code/Feather_Code_Test_ZZL/feather_main_test1_PID/feather_main_test1_PID.ino b/Code/Control/Feather_Code_Test_ZZL/feather_main_test1_PID/feather_main_test1_PID.ino similarity index 100% rename from Code/Feather_Code_Test_ZZL/feather_main_test1_PID/feather_main_test1_PID.ino rename to Code/Control/Feather_Code_Test_ZZL/feather_main_test1_PID/feather_main_test1_PID.ino diff --git a/Code/Feather_Code_Test_ZZL/feather_main_test1_PID/utilities.cpp b/Code/Control/Feather_Code_Test_ZZL/feather_main_test1_PID/utilities.cpp similarity index 100% rename from Code/Feather_Code_Test_ZZL/feather_main_test1_PID/utilities.cpp rename to Code/Control/Feather_Code_Test_ZZL/feather_main_test1_PID/utilities.cpp diff --git a/Code/Feather_Code_Test_ZZL/feather_main_test1_PID/utilities.h b/Code/Control/Feather_Code_Test_ZZL/feather_main_test1_PID/utilities.h similarity index 100% rename from Code/Feather_Code_Test_ZZL/feather_main_test1_PID/utilities.h rename to Code/Control/Feather_Code_Test_ZZL/feather_main_test1_PID/utilities.h diff --git a/Code/Feather_Code_Test_ZZL/feather_main_test3_PID/.gitkeep b/Code/Control/Feather_Code_Test_ZZL/feather_main_test3_PID/.gitkeep similarity index 100% rename from Code/Feather_Code_Test_ZZL/feather_main_test3_PID/.gitkeep rename to Code/Control/Feather_Code_Test_ZZL/feather_main_test3_PID/.gitkeep diff --git a/Code/Feather_Code_Test_ZZL/feather_main_test3_PID/Camera.cpp b/Code/Control/Feather_Code_Test_ZZL/feather_main_test3_PID/Camera.cpp similarity index 100% rename from Code/Feather_Code_Test_ZZL/feather_main_test3_PID/Camera.cpp rename to Code/Control/Feather_Code_Test_ZZL/feather_main_test3_PID/Camera.cpp diff --git a/Code/Feather_Code_Test_ZZL/feather_main_test3_PID/Camera.h b/Code/Control/Feather_Code_Test_ZZL/feather_main_test3_PID/Camera.h similarity index 100% rename from Code/Feather_Code_Test_ZZL/feather_main_test3_PID/Camera.h rename to Code/Control/Feather_Code_Test_ZZL/feather_main_test3_PID/Camera.h diff --git a/Code/Feather_Code_Test_ZZL/feather_main_test3_PID/LedPanel.cpp b/Code/Control/Feather_Code_Test_ZZL/feather_main_test3_PID/LedPanel.cpp similarity index 100% rename from Code/Feather_Code_Test_ZZL/feather_main_test3_PID/LedPanel.cpp rename to Code/Control/Feather_Code_Test_ZZL/feather_main_test3_PID/LedPanel.cpp diff --git a/Code/Feather_Code_Test_ZZL/feather_main_test3_PID/LedPanel.h b/Code/Control/Feather_Code_Test_ZZL/feather_main_test3_PID/LedPanel.h similarity index 100% rename from Code/Feather_Code_Test_ZZL/feather_main_test3_PID/LedPanel.h rename to Code/Control/Feather_Code_Test_ZZL/feather_main_test3_PID/LedPanel.h diff --git a/Code/Feather_Code_Test_ZZL/feather_main_test3_PID/feather_main_test3_PID.ino b/Code/Control/Feather_Code_Test_ZZL/feather_main_test3_PID/feather_main_test3_PID.ino similarity index 100% rename from Code/Feather_Code_Test_ZZL/feather_main_test3_PID/feather_main_test3_PID.ino rename to Code/Control/Feather_Code_Test_ZZL/feather_main_test3_PID/feather_main_test3_PID.ino diff --git a/Code/Feather_Code_Test_ZZL/feather_main_test3_PID/utilities.cpp b/Code/Control/Feather_Code_Test_ZZL/feather_main_test3_PID/utilities.cpp similarity index 100% rename from Code/Feather_Code_Test_ZZL/feather_main_test3_PID/utilities.cpp rename to Code/Control/Feather_Code_Test_ZZL/feather_main_test3_PID/utilities.cpp diff --git a/Code/Feather_Code_Test_ZZL/feather_main_test3_PID/utilities.h b/Code/Control/Feather_Code_Test_ZZL/feather_main_test3_PID/utilities.h similarity index 100% rename from Code/Feather_Code_Test_ZZL/feather_main_test3_PID/utilities.h rename to Code/Control/Feather_Code_Test_ZZL/feather_main_test3_PID/utilities.h diff --git a/Code/Feather_Code_Test_ZZL/feather_main_test_PID_April_Tag/Camera.cpp b/Code/Control/Feather_Code_Test_ZZL/feather_main_test_PID_April_Tag/Camera.cpp similarity index 100% rename from Code/Feather_Code_Test_ZZL/feather_main_test_PID_April_Tag/Camera.cpp rename to Code/Control/Feather_Code_Test_ZZL/feather_main_test_PID_April_Tag/Camera.cpp diff --git a/Code/Feather_Code_Test_ZZL/feather_main_test_PID_April_Tag/Camera.h b/Code/Control/Feather_Code_Test_ZZL/feather_main_test_PID_April_Tag/Camera.h similarity index 100% rename from Code/Feather_Code_Test_ZZL/feather_main_test_PID_April_Tag/Camera.h rename to Code/Control/Feather_Code_Test_ZZL/feather_main_test_PID_April_Tag/Camera.h diff --git a/Code/Feather_Code_Test_ZZL/feather_main_test_PID_April_Tag/LedPanel.cpp b/Code/Control/Feather_Code_Test_ZZL/feather_main_test_PID_April_Tag/LedPanel.cpp similarity index 100% rename from Code/Feather_Code_Test_ZZL/feather_main_test_PID_April_Tag/LedPanel.cpp rename to Code/Control/Feather_Code_Test_ZZL/feather_main_test_PID_April_Tag/LedPanel.cpp diff --git a/Code/Feather_Code_Test_ZZL/feather_main_test_PID_April_Tag/LedPanel.h b/Code/Control/Feather_Code_Test_ZZL/feather_main_test_PID_April_Tag/LedPanel.h similarity index 100% rename from Code/Feather_Code_Test_ZZL/feather_main_test_PID_April_Tag/LedPanel.h rename to Code/Control/Feather_Code_Test_ZZL/feather_main_test_PID_April_Tag/LedPanel.h diff --git a/Code/Feather_Code_Test_ZZL/feather_main_test_PID_April_Tag/feather_main_test_PID_April_Tag.ino b/Code/Control/Feather_Code_Test_ZZL/feather_main_test_PID_April_Tag/feather_main_test_PID_April_Tag.ino similarity index 100% rename from Code/Feather_Code_Test_ZZL/feather_main_test_PID_April_Tag/feather_main_test_PID_April_Tag.ino rename to Code/Control/Feather_Code_Test_ZZL/feather_main_test_PID_April_Tag/feather_main_test_PID_April_Tag.ino diff --git a/Code/Feather_Code_Test_ZZL/feather_main_test_PID_April_Tag/utilities.cpp b/Code/Control/Feather_Code_Test_ZZL/feather_main_test_PID_April_Tag/utilities.cpp similarity index 100% rename from Code/Feather_Code_Test_ZZL/feather_main_test_PID_April_Tag/utilities.cpp rename to Code/Control/Feather_Code_Test_ZZL/feather_main_test_PID_April_Tag/utilities.cpp diff --git a/Code/Feather_Code_Test_ZZL/feather_main_test_PID_April_Tag/utilities.h b/Code/Control/Feather_Code_Test_ZZL/feather_main_test_PID_April_Tag/utilities.h similarity index 100% rename from Code/Feather_Code_Test_ZZL/feather_main_test_PID_April_Tag/utilities.h rename to Code/Control/Feather_Code_Test_ZZL/feather_main_test_PID_April_Tag/utilities.h diff --git a/Code/Kamil's Feather Code/.gitkeep b/Code/Control/Kamil's Feather Code/.gitkeep similarity index 100% rename from Code/Kamil's Feather Code/.gitkeep rename to Code/Control/Kamil's Feather Code/.gitkeep diff --git a/Code/Kamil's Feather Code/Camera.cpp b/Code/Control/Kamil's Feather Code/Camera.cpp similarity index 100% rename from Code/Kamil's Feather Code/Camera.cpp rename to Code/Control/Kamil's Feather Code/Camera.cpp diff --git a/Code/Kamil's Feather Code/Camera.h b/Code/Control/Kamil's Feather Code/Camera.h similarity index 100% rename from Code/Kamil's Feather Code/Camera.h rename to Code/Control/Kamil's Feather Code/Camera.h diff --git a/Code/Kamil's Feather Code/feather_main_personaldemo_PID.ino b/Code/Control/Kamil's Feather Code/feather_main_personaldemo_PID.ino similarity index 100% rename from Code/Kamil's Feather Code/feather_main_personaldemo_PID.ino rename to Code/Control/Kamil's Feather Code/feather_main_personaldemo_PID.ino diff --git a/Code/Kamil's Feather Code/utilities.cpp b/Code/Control/Kamil's Feather Code/utilities.cpp similarity index 100% rename from Code/Kamil's Feather Code/utilities.cpp rename to Code/Control/Kamil's Feather Code/utilities.cpp diff --git a/Code/Kamil's Feather Code/utilities.h b/Code/Control/Kamil's Feather Code/utilities.h similarity index 100% rename from Code/Kamil's Feather Code/utilities.h rename to Code/Control/Kamil's Feather Code/utilities.h diff --git a/Code/Motor-Test-Aaron/Motor-Test-Aaron.ino b/Code/Control/Motor-Test-Aaron/Motor-Test-Aaron.ino similarity index 100% rename from Code/Motor-Test-Aaron/Motor-Test-Aaron.ino rename to Code/Control/Motor-Test-Aaron/Motor-Test-Aaron.ino -- GitLab