Skip to content

Commit

Permalink
Update AIRDOS04.ino
Browse files Browse the repository at this point in the history
Fix the wrong name.
  • Loading branch information
kaklik authored Mar 29, 2024
1 parent e5dd6b4 commit e44f91e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fw/AIRDOS04/AIRDOS04.ino
Original file line number Diff line number Diff line change
Expand Up @@ -469,7 +469,7 @@ void setup()
pinMode(DSET, OUTPUT);
pinMode(CONV, INPUT);

pinMode(BUZZER_PIN, OUTPUT); // Set the buzzer pin as an output
pinMode(BUZZER, OUTPUT); // Set the buzzer pin as an output

pinMode(SPI_MUX_SEL, OUTPUT); // SDcard/ADC
digitalWrite(SPI_MUX_SEL, HIGH); // ADC
Expand Down

0 comments on commit e44f91e

Please sign in to comment.