Merge branch 'main' into feature/logging-library

This commit is contained in:
2023-10-31 22:29:40 +01:00
2 changed files with 3 additions and 3 deletions

View File

@@ -7,10 +7,10 @@
- Firmware Lib (stm32f7) 1.17.1
## Tasks
Maak per taak een apparte c en h file aan. De naam van de file is de naam van de taak.
Zo kunnen we de code proper houden.
Make for each task a sperate c and h file. The name of the file is the name of the task.
This way we can keep the code clean.
[taken_en_verdeling.md](Taken_en_Verdeling.md)
[tasks_and_taskowners.md](tasks_and_taskowners.md)
## Style Guide
To maintain a consistent and clean codebase, follow the [style guide](style_guide.md). This document provides detailed instructions on naming conventions, code structure, and commenting practices.