mirror of
https://github.com/esphome/esphome.git
synced 2025-03-19 00:58:13 +00:00
8 lines
147 B
Python
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")
|