mirror of
https://github.com/esphome/esphome-docs.git
synced 2025-02-06 00:04:17 +01:00
32 lines
531 B
ReStructuredText
32 lines
531 B
ReStructuredText
Output
|
|
======
|
|
|
|
The `output` namespace contains all peripheral output components.
|
|
|
|
.. toctree::
|
|
GPIO Binary Output <gpio-binary>
|
|
LEDC PWM Output <ledc>
|
|
PCA9685 Output <pca9685>
|
|
ESP8266 Software PWM <esp8266-pwm>
|
|
|
|
API Reference
|
|
-------------
|
|
|
|
.. cpp:namespace:: nullptr
|
|
|
|
BinaryOutput
|
|
************
|
|
|
|
.. doxygenclass:: output::BinaryOutput
|
|
:members:
|
|
:protected-members:
|
|
:undoc-members:
|
|
|
|
FloatOutput
|
|
***********
|
|
|
|
.. doxygenclass:: output::FloatOutput
|
|
:members:
|
|
:protected-members:
|
|
:undoc-members:
|