LED is working and implement in feedback

This commit is contained in:
Philipp_EndevourOS
2025-08-13 02:05:49 +02:00
parent 593d98df74
commit 3117c55b1c
3 changed files with 23 additions and 9 deletions

View File

@@ -53,7 +53,7 @@ async fn main(mut spawner: Spawner) {
));
debug!("spawing feedback task..");
spawner.must_spawn(feedback::feedback_task(buzzer_gpio));
spawner.must_spawn(feedback::feedback_task(_led, buzzer_gpio));
/******************************************************************************/
let mut sub = chan.subscriber().unwrap();