From 5532a6e33e8d6aa3eeb1b5ea20e67e7bcd2be4d1 Mon Sep 17 00:00:00 2001 From: TrevKnows Date: Mon, 25 Nov 2024 13:50:42 -0500 Subject: [PATCH] Folder name change --- .../code.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename {itsaSNAP Color Detection => ESP32-S2_TFT_Color_Detection}/code.py (97%) diff --git a/itsaSNAP Color Detection/code.py b/ESP32-S2_TFT_Color_Detection/code.py similarity index 97% rename from itsaSNAP Color Detection/code.py rename to ESP32-S2_TFT_Color_Detection/code.py index 1ecf45ffe..d3ca9fae8 100755 --- a/itsaSNAP Color Detection/code.py +++ b/ESP32-S2_TFT_Color_Detection/code.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2021 Anne Barela for Adafruit Industries +# SPDX-FileCopyrightText: 2024 Trevor Beaton for Adafruit Industries # # SPDX-License-Identifier: MIT '''This is a program for a color detection project using the APD-9960 and Feather ESP32-S2 & S3'''