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

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.

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).