mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-31 07:03:55 +00:00 
			
		
		
		
	Add LEDC set_frequency action (#754)
* Add LEDC set_frequency Fixes https://github.com/esphome/feature-requests/issues/380 * Fix log * Fixes * Format * Update test1.yaml * Update test1.yaml * Fix
This commit is contained in:
		| @@ -722,6 +722,12 @@ binary_sensor: | ||||
|       - binary_sensor.template.publish: | ||||
|           id: garage_door | ||||
|           state: OFF | ||||
|       - output.ledc.set_frequency: | ||||
|           id: gpio_19 | ||||
|           frequency: 500.0Hz | ||||
|       - output.ledc.set_frequency: | ||||
|           id: gpio_19 | ||||
|           frequency: !lambda 'return 500.0;' | ||||
|   - platform: pn532 | ||||
|     uid: 74-10-37-94 | ||||
|     name: "PN532 NFC Tag" | ||||
| @@ -789,7 +795,6 @@ output: | ||||
|     pin: 19 | ||||
|     id: gpio_19 | ||||
|     frequency: 1500Hz | ||||
|     bit_depth: 8 | ||||
|     channel: 14 | ||||
|     max_power: 0.5 | ||||
|   - platform: pca9685 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user