mirror of
https://github.com/esphome/esphome-docs.git
synced 2024-11-05 09:20:08 +01:00
26 lines
505 B
ReStructuredText
26 lines
505 B
ReStructuredText
|
RP2040 Platform
|
||
|
===============
|
||
|
|
||
|
.. seo::
|
||
|
:description: Configuration for the RP2040 platform for ESPHome.
|
||
|
:image: rp2040.svg
|
||
|
|
||
|
This component contains platform-specific options for the RP2040 platform.
|
||
|
|
||
|
.. code-block:: yaml
|
||
|
|
||
|
# Example configuration entry
|
||
|
rp2040:
|
||
|
board: rpipicow
|
||
|
|
||
|
Configuration variables:
|
||
|
------------------------
|
||
|
|
||
|
- **board** (*Optional*, string): The board type. Valid options are ``rpipico`` and ``rpipicow``.
|
||
|
|
||
|
See Also
|
||
|
--------
|
||
|
|
||
|
- :doc:`esphome`
|
||
|
- :ghedit:`Edit`
|