NEORV32 Software Framework Documentation
The NEORV32 RISC-V Processor
|
Minimal blinking LED demo program using the lowest 8 bits of the GPIO.output port. More...
#include <neorv32.h>
Functions | |
int | main () |
Minimal blinking LED demo program using the lowest 8 bits of the GPIO.output port.
int main | ( | void | ) |
Main function; shows an incrementing 8-bit counter on GPIO.output(7:0).