2 Commits

Author SHA1 Message Date
Pietro Marchini
f4037d91d3 chore: lint 2024-05-26 21:57:47 +02:00
Pietro Marchini
daacf472cc Update README.md 2023-11-19 23:37:54 +01:00
2 changed files with 1 additions and 2 deletions

View File

@@ -14,7 +14,7 @@ Clone the component into your project components directory.
### Usage
1. Include the library header in your program
```
#include "esp32idfDimmer.h"
#include "esp32-triac-dimmer-driver.h"
```
2. Instantiate the dimmers.
```

View File

@@ -1,4 +1,3 @@
#include "esp32-triac-dimmer-driver.h"
static const char *TAG = "Esp32idfDimmer";