1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-07 12:23:47 +01:00
Files
esphome/esphome/components/rp2040/const.py
2023-05-22 10:31:27 +12:00

8 lines
147 B
Python

import esphome.codegen as cg
KEY_BOARD = "board"
KEY_RP2040 = "rp2040"
KEY_PIO_FILES = "pio_files"
rp2040_ns = cg.esphome_ns.namespace("rp2040")