chanched GPIO Pin configuration

This commit is contained in:
Philipp_EndevourOS
2025-08-11 14:27:41 +02:00
parent a015d6b983
commit 6831d7776c
4 changed files with 34 additions and 56 deletions

View File

@@ -14,7 +14,7 @@ pub enum FeedbackState {
}
#[embassy_executor::task]
pub async fn feedback_task(buzzer: peripherals::GPIO19<'static>) {
pub async fn feedback_task(buzzer: peripherals::GPIO21<'static>) {
debug!("Starting feedback task");
let mut buzzer = init::hardware::setup_buzzer(buzzer);
loop {