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,7 @@ namespace drivers
class Led
{
const uint8_t ledPin = 38;
const uint8_t c_ledPin = 38;
public:
typedef struct