An open API service indexing awesome lists of open source software.

https://github.com/ultraembedded/rp2040_blinky

Simple blinky example for the RP2040 that does not require cmake
https://github.com/ultraembedded/rp2040_blinky

Last synced: 12 months ago
JSON representation

Simple blinky example for the RP2040 that does not require cmake

Awesome Lists containing this project

README

          

# rp2040_blinky
Simple blinky example for the RP2040 that does not require cmake.

### Usage
```
# Acquire official RP2040 SDK
git clone https://github.com/raspberrypi/pico-sdk.git

# Set PICO_SDK_PATH to wherever you cloned the PICO SDK to
export PICO_SDK_PATH=/path/to/pico-SDK

# Build the blinky example
cd rp2040_blinky
make

# Copy test.uf2 to the RP2040 in the usual manner
```