mirror of
https://github.com/esphome/esphome-docs.git
synced 2024-12-25 17:17:54 +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
|
||||
|
||||
# Example output platform
|
||||
# On ESP32, use ledc output
|
||||
output:
|
||||
- platform: esp8266_pwm
|
||||
id: pwm_output
|
||||
@ -39,7 +40,8 @@ only operate in this frequency range.
|
||||
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.
|
||||
|
||||
Advanced Options:
|
||||
|
Loading…
Reference in New Issue
Block a user