From 52965a763bc6e0a2a0a44ba67252b28d4d2b28b7 Mon Sep 17 00:00:00 2001 From: Pietro Marchini Date: Sun, 9 Oct 2022 21:13:28 +0200 Subject: [PATCH] doc: Example schematics into README --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..ca1ec19 --- /dev/null +++ b/README.md @@ -0,0 +1,13 @@ +# Esp32Dimmer +Esp32-idf zerocrossing TRIAC dimmer library + +## Example schematics + +### Zero-crossing detector + +![image](https://user-images.githubusercontent.com/49943249/194775281-3f8dd0a0-c1ed-43fb-b4e0-46ddd4983775.png) + +### Triac command + +![image](https://user-images.githubusercontent.com/49943249/194775053-0badd3f8-0c23-4a86-8843-abe2f994f5b3.png) +