Skip to content
Snippets Groups Projects
Commit 7ac6f348 authored by Quentin Bolsee's avatar Quentin Bolsee
Browse files

code link

parent 05d75b03
No related branches found
No related tags found
No related merge requests found
......@@ -33,7 +33,11 @@ To verify that the REPL is available on the RP2040's UART port, you can connect
The USB-to-serial adapter should be set to a baudrate of `115200`. If successful, you'll be greeted by the REPL as if you were directly connected to the RP2040 through its native USB port.
## Minimal self-replicating code
## Code
example codes are found in [](./code)
### Minimal self-replicating code
```py
# main.py
......@@ -50,7 +54,7 @@ time.sleep_ms(200)
p.value(1)
```
## Song and dance: using the buzzer and neopixel
### Song and dance: using the buzzer and neopixel
```py
# main.py
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment