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

@@ -2,7 +2,7 @@
BME280 sensor;
void initTemperature() {
void initBME280() {
sensor.init();
}