https://github.com/idorobots/upduino-blinky
Two simple Upduino projects that blink an RGB LED in various ways.
https://github.com/idorobots/upduino-blinky
blinky fpga ice40 ice40up5k led upduino upduino-board verilog
Last synced: about 2 months ago
JSON representation
Two simple Upduino projects that blink an RGB LED in various ways.
- Host: GitHub
- URL: https://github.com/idorobots/upduino-blinky
- Owner: Idorobots
- Created: 2019-03-25T10:50:33.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-04-01T07:33:33.000Z (about 6 years ago)
- Last Synced: 2025-02-13T06:18:05.487Z (4 months ago)
- Topics: blinky, fpga, ice40, ice40up5k, led, upduino, upduino-board, verilog
- Language: Verilog
- Homepage: http://blog.idorobots.org/entries/upduino-fpga-tutorial.html
- Size: 3.91 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Upduino Blinky
This repository contains two Blinky projects for the Upduino v2 board - naïve one that drives the LEDs directly and one that uses a proper PWM driver.
To build and test it run:
```
apio verify
apio build
apio upload
```More info and some description is available on [my blog](https://blog.idorobots.org/entries/upduino-fpga-tutorial.html).