ethernet/examples/led
Sean Anderson 508b090983 led_blinker: Decrease blink speed to 15 Hz
15 Hz is more obviously "blinky" than 30 Hz (at least at 50% duty cycle).

Signed-off-by: Sean Anderson <seanga2@gmail.com>
2023-03-15 14:06:04 -04:00
..
README.adoc led_blinker: Decrease blink speed to 15 Hz 2023-03-15 14:06:04 -04:00
top.pcf Add LED example 2023-03-15 14:05:29 -04:00
top.v Add LED example 2023-03-15 14:05:29 -04:00

README.adoc

= LED Blinker test

This directory contains an example design to test the LED blinkers. It runs on an
https://www.olimex.com/Products/FPGA/iCE40/iCE40HX8K-EVB/[Olimex iCE40HX8K-EVB].
Pushing the buttons will cause the LEDs to blink at 15 Hz.

To compile this design, run

    $ make examples/led/top.bin

from the root directory of this repository.