From 0123d0938458b191265dc5295c80a96088df3d40 Mon Sep 17 00:00:00 2001 From: Jack Gassett Date: Sat, 7 Oct 2023 22:28:15 -0600 Subject: [PATCH] Reorg files --- .../CST816S_touchscreen/CST816S_touchscreen.cpp | 0 .../CST816S_touchscreen/CST816S_touchscreen.h | 0 __init__.py => components/CST816S_touchscreen/__init__.py | 0 text_sensor.py => components/CST816S_touchscreen/text_sensor.py | 0 4 files changed, 0 insertions(+), 0 deletions(-) rename CST816S_touchscreen.cpp => components/CST816S_touchscreen/CST816S_touchscreen.cpp (100%) rename CST816S_touchscreen.h => components/CST816S_touchscreen/CST816S_touchscreen.h (100%) rename __init__.py => components/CST816S_touchscreen/__init__.py (100%) rename text_sensor.py => components/CST816S_touchscreen/text_sensor.py (100%) diff --git a/CST816S_touchscreen.cpp b/components/CST816S_touchscreen/CST816S_touchscreen.cpp similarity index 100% rename from CST816S_touchscreen.cpp rename to components/CST816S_touchscreen/CST816S_touchscreen.cpp diff --git a/CST816S_touchscreen.h b/components/CST816S_touchscreen/CST816S_touchscreen.h similarity index 100% rename from CST816S_touchscreen.h rename to components/CST816S_touchscreen/CST816S_touchscreen.h diff --git a/__init__.py b/components/CST816S_touchscreen/__init__.py similarity index 100% rename from __init__.py rename to components/CST816S_touchscreen/__init__.py diff --git a/text_sensor.py b/components/CST816S_touchscreen/text_sensor.py similarity index 100% rename from text_sensor.py rename to components/CST816S_touchscreen/text_sensor.py