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

https://github.com/dmowcomber/pico-examples

Raspberry Pi Pico Examples
https://github.com/dmowcomber/pico-examples

golang raspberry-pi-pico st7789 tinygo

Last synced: 11 months ago
JSON representation

Raspberry Pi Pico Examples

Awesome Lists containing this project

README

          

# pico-examples

Example projects for the Raspberry Pi Pico using Tinygo

## Flashing the Pico
How to flash the pico with the LED Blink example:
```
git clone git@github.com:dmowcomber/pico-examples.git
cd pico-examples/blink
tinygo flash -target=pico .
```