Add the assembly blink to the sdk examble.
Signed-off-by: jmug <u.g.a.mariano@gmail.com>
This commit is contained in:
parent
f30f36420a
commit
5611462c08
3 changed files with 35 additions and 6 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue