mirror of
https://github.com/Threnklyn/esphome-dev.git
synced 2026-05-27 00:17:22 +02:00
6153bcc6ad
Co-authored-by: Paulus Schoutsen <balloob@gmail.com>
8 lines
115 B
Python
8 lines
115 B
Python
RP2040_BASE_PINS = {}
|
|
|
|
RP2040_BOARD_PINS = {
|
|
"pico": {"LED": 25},
|
|
"rpipico": "pico",
|
|
"rpipicow": {},
|
|
}
|