From 75b1eb212b45057eff60f7a2befd377d1c6948d2 Mon Sep 17 00:00:00 2001 From: Riviera Taylor Date: Tue, 22 Oct 2024 17:30:11 +0200 Subject: [PATCH] update README --- README.md | 35 ++++++++++++++++++++++++++++++++++- 1 file changed, 34 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6bc577a..dfb3237 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,35 @@ -# listeningdaemon +--- +title: Listening Daemon +subtitle: Git Repository +date: Tuesday, October 22, 2024 +--- +# Listening Daemon + +Current structure of the repository + +``` +. +├── arduino +│ ├── motor_shield_one +│ │ ├── makefile +│ │ └── motor_shield_one.ino +│ ├── motor_shield_two +│ │ ├── makefile +│ │ └── motor_shield_two.ino +│ ├── relay_shield +│ │ ├── makefile +│ │ └── relay_shield.ino +│ └── sensors +│ ├── makefile +│ └── sensors.ino +└── tidal + ├── boot + └── compositions +``` + +The `arduino` directory contains code for each microcontroller. + + +The `tidal` directory features a combination of boot files and +compositions.