mirror of
https://github.com/Djeeberjr/fw-anwesenheit.git
synced 2026-04-30 18:49:09 +00:00
chanched GPIO Pin configuration
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user