Go to file
2024-10-29 14:46:41 +01:00
arduino include relay stuff 2024-10-29 14:46:41 +01:00
graphviz add graph one 2024-10-23 00:28:37 +02:00
rule-listener include relay stuff 2024-10-29 14:46:41 +01:00
tidal edit Motor Shield One code 2024-10-22 20:45:25 +02:00
.gitignore setup first bit of rule based stuff 2024-10-28 17:45:30 +01:00
README.md update README 2024-10-22 17:30:11 +02:00

title subtitle date
Listening Daemon Git Repository 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.