style: 🎨 deno fmt

This commit is contained in:
Julien Oculi 2024-03-07 14:35:39 +01:00
parent f850ea2e79
commit 8b9e6ae982
5 changed files with 13 additions and 7 deletions

View file

@ -1,3 +1,3 @@
# Music
This module contains the "singing plants" sub-project of the **Gowest** project.
This module contains the "singing plants" sub-project of the **Gowest** project.

View file

@ -1,8 +1,10 @@
# Robot
This module contains all vehicle control aspect of the **Gowest** project running on a Raspberry Pi 4:
This module contains all vehicle control aspect of the **Gowest** project
running on a Raspberry Pi 4:
- Code.
- Build scripts.
- AI model (source and datas) to convert `translator` module inputs into vehicle controls.
- AI model (source and datas) to convert `translator` module inputs into vehicle
controls.
- ...

View file

@ -1,6 +1,7 @@
# Sketch
This module contains all CAD and materials needed for building the **Gowest** vehicle:
This module contains all CAD and materials needed for building the **Gowest**
vehicle:
- Sketchs.
- Materials used.

View file

@ -1,6 +1,8 @@
# Translator
This module contains the API for the [Vegetal Signals](https://vegetalsignals.com/) box to translate plants signals into parsed and filtered datas:
This module contains the API for the
[Vegetal Signals](https://vegetalsignals.com/) box to translate plants signals
into parsed and filtered datas:
- Code.
- Configurations.

View file

@ -1,8 +1,9 @@
# Web
This module contains the web interface to configure, manage, and communicate with the **Gowest** vehicle:
This module contains the web interface to configure, manage, and communicate
with the **Gowest** vehicle:
- Server.
- Client.
- Views.
- ...
- ...