mirror of
https://github.com/esphome/esphome-docs.git
synced 2025-01-13 20:11:53 +01:00
Clarify servo
This commit is contained in:
parent
376d78c773
commit
ef2bbd6e0c
@ -30,6 +30,7 @@ only operate in this frequency range.
|
|||||||
output: pwm_output
|
output: pwm_output
|
||||||
|
|
||||||
# Example output platform
|
# Example output platform
|
||||||
|
# On ESP32, use ledc output
|
||||||
output:
|
output:
|
||||||
- platform: esp8266_pwm
|
- platform: esp8266_pwm
|
||||||
id: pwm_output
|
id: pwm_output
|
||||||
@ -39,7 +40,8 @@ only operate in this frequency range.
|
|||||||
Configuration variables:
|
Configuration variables:
|
||||||
------------------------
|
------------------------
|
||||||
|
|
||||||
- **output** (**Required**, :ref:`config-id`): The ID of the output component to use for this servo.
|
- **output** (**Required**, :ref:`config-id`): The ID of the :doc:`output component </components/output/index>`
|
||||||
|
to use for this servo.
|
||||||
- **id** (**Required**, :ref:`config-id`): The ID of this servo so that it can be controlled.
|
- **id** (**Required**, :ref:`config-id`): The ID of this servo so that it can be controlled.
|
||||||
|
|
||||||
Advanced Options:
|
Advanced Options:
|
||||||
|
Loading…
Reference in New Issue
Block a user