refactored feedback & its depending stuff

- buzzer is just modulate_tone
- led is just turn on and off
- handle feedback logic to feeback file
This commit is contained in:
2025-06-01 23:26:15 +02:00
parent 7a438d1a9f
commit dc8fd22f0f
6 changed files with 87 additions and 146 deletions

View File

@@ -21,7 +21,6 @@ use mock::MockHotspot;
mod activity_fairing;
mod buzzer;
mod color;
mod feedback;
mod hotspot;
mod id_mapping;