mirror of
https://github.com/pmarchini/Esp32Dimmer.git
synced 2025-10-30 19:04:03 +03:00
Compare commits
3 Commits
feat/porti
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f4037d91d3 | ||
|
|
daacf472cc | ||
|
|
b4420884a4 |
@@ -14,7 +14,7 @@ Clone the component into your project components directory.
|
|||||||
### Usage
|
### Usage
|
||||||
1. Include the library header in your program
|
1. Include the library header in your program
|
||||||
```
|
```
|
||||||
#include "esp32idfDimmer.h"
|
#include "esp32-triac-dimmer-driver.h"
|
||||||
```
|
```
|
||||||
2. Instantiate the dimmers.
|
2. Instantiate the dimmers.
|
||||||
```
|
```
|
||||||
|
|||||||
@@ -1,4 +1,3 @@
|
|||||||
|
|
||||||
#include "esp32-triac-dimmer-driver.h"
|
#include "esp32-triac-dimmer-driver.h"
|
||||||
|
|
||||||
static const char *TAG = "Esp32idfDimmer";
|
static const char *TAG = "Esp32idfDimmer";
|
||||||
|
|||||||
Reference in New Issue
Block a user