From daacf472ccdef712c0dc12449ba94a7e0636be64 Mon Sep 17 00:00:00 2001 From: Pietro Marchini Date: Sun, 19 Nov 2023 23:37:54 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 476c069..8bd7863 100644 --- a/README.md +++ b/README.md @@ -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. ```