variables name refactoring
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user