From 6d10fe60da4c73a0edecc3d13d719b93c34cf3ac Mon Sep 17 00:00:00 2001 From: George Romanenko <107643055+adm1nsys@users.noreply.github.com> Date: Sun, 9 Jun 2024 19:50:46 +0300 Subject: [PATCH] Add files via upload --- structure/repository_structure.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 structure/repository_structure.md diff --git a/structure/repository_structure.md b/structure/repository_structure.md new file mode 100644 index 0000000..9fadc81 --- /dev/null +++ b/structure/repository_structure.md @@ -0,0 +1,27 @@ +# XenithOS Repository Structure + +## Main Directories +- ESP 8266 + - ideaspark + - Assets to setup + - IMG_2465.JPG + - IMG_2467.jpg + - connection.webp + - setup.png + - Version 1 Beta 1 + - XenithOS + - XenithOS.ino + - XenithOS.cpp + - Version 1 Beta 2 RC + - XenithOS + - XenithOS.ino + - XenithOS.cpp + +## Important Files +- README.md: https://raw.githubusercontent.com/adm1nsys/XenithOS/main/README.md +- LICENSE: https://raw.githubusercontent.com/adm1nsys/XenithOS/main/LICENSE +- REPO_LINK: https://github.com/adm1nsys/XenithOS +- REPO_RAW: https://raw.githubusercontent.com/adm1nsys/XenithOS/ + +## Instruction +To view the file, use REPO_RAW + path to the file in the repository \ No newline at end of file