mirror of
				https://github.com/pmarchini/Esp32Dimmer.git
				synced 2025-10-31 03:14:02 +03:00 
			
		
		
		
	Compare commits
	
		
			2 Commits
		
	
	
		
			v2.0.0-rc.
			...
			master
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
|   | f4037d91d3 | ||
|   | daacf472cc | 
| @@ -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.  | ||||
| ``` | ||||
|   | ||||
| @@ -1,4 +1,3 @@ | ||||
|  | ||||
| #include "esp32-triac-dimmer-driver.h" | ||||
|  | ||||
| static const char *TAG = "Esp32idfDimmer"; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user