![]() |
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 | |
void | delay_ms (uint32_t time_ms) |
int | main () |
Minimal blinking LED demo program using the lowest 8 bits of the GPIO.output port.
void delay_ms | ( | uint32_t | time_ms | ) |
Simple bus-wait helper.
[in] | time_ms | Time in ms to wait (unsigned 32-bit). |
int main | ( | void | ) |
Main function; shows an incrementing 8-bit counter on GPIO.output(7:0).