variables name refactoring

This commit is contained in:
Emanuele Trabattoni
2025-07-23 22:39:40 +02:00
parent 8f5615a034
commit 59d8c2c2d4
12 changed files with 98 additions and 100 deletions

View File

@@ -10,7 +10,8 @@ namespace drivers
class Buzzer
{
const uint8_t buzzerPin = 46; // hardware assigned
const uint8_t c_buzzerPin = 46; // hardware assigned
typedef struct
{
note_t note;