merged display and buzzer files
parent
82e379bff3
commit
46a4a8cfa1
@ -1,5 +0,0 @@
|
||||
const int buzzerPin = 9;
|
||||
|
||||
void setup() {
|
||||
pinMode(buzzerPin, OUTPUT_LOW);
|
||||
}
|
||||
Loading…
Reference in New Issue