Extract buzzer to separate file

This commit is contained in:
cryptogopher
2022-10-09 21:36:40 +02:00
parent f8878d3c37
commit 7fe04d76cb
4 changed files with 54 additions and 24 deletions

View File

@@ -3,7 +3,7 @@
Seeed_Digital_Tube tube;
void initTube() {
// Wire initialized by temperature sensor
// Wire initialized by BME280 sensor
tube.setTubeType(TYPE_4, TYPE_4_DEFAULT_I2C_ADDR);
tube.setBrightness(15);
tube.setBlinkRate(BLINK_OFF);