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
- Host: GitHub
- URL: https://github.com/dmowcomber/pico-examples
- Owner: dmowcomber
- License: apache-2.0
- Created: 2023-05-28T16:50:54.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-06-03T16:35:44.000Z (over 2 years ago)
- Last Synced: 2025-02-01T23:31:34.380Z (about 1 year ago)
- Topics: golang, raspberry-pi-pico, st7789, tinygo
- Language: Go
- Homepage:
- Size: 10.7 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 .
```