mirror of
https://github.com/esphome/esphome.git
synced 2026-02-18 15:35:59 -07:00
7 lines
119 B
Python
7 lines
119 B
Python
import esphome.codegen as cg
|
|
|
|
KEY_BOARD = "board"
|
|
KEY_RP2040 = "rp2040"
|
|
|
|
rp2040_ns = cg.esphome_ns.namespace("rp2040")
|