Add the assembly blink to the sdk examble.

Signed-off-by: jmug <u.g.a.mariano@gmail.com>
This commit is contained in:
Mariano Uvalle 2025-05-18 23:06:58 -07:00
parent f30f36420a
commit 5611462c08
3 changed files with 35 additions and 6 deletions

View file

@ -13,6 +13,7 @@ pico_sdk_init()
# rest of your project
add_executable(hello_world
hello_world.c
led.s
)
# Add pico_stdlib library which aggregates commonly used features