move pio tools to LED component (#4903)

This commit is contained in:
Samuel Sieb
2023-05-28 13:49:27 -07:00
committed by GitHub
parent 97c1c34708
commit 71387846dc
3 changed files with 24 additions and 19 deletions
@@ -265,3 +265,9 @@ async def to_code(config):
time_to_cycles(config[CONF_BIT1_LOW]),
),
)
cg.add_platformio_option(
"platform_packages",
[
"earlephilhower/tool-pioasm-rp2040-earlephilhower",
],
)