Skip to content
Snippets Groups Projects
Commit e01e0cfd authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

add "Do nothing" app

parent 9fa30bd1
No related branches found
No related tags found
No related merge requests found
timer_cycles = 0
timer_s = 0
loop = 0
#include "arch.h"
#include "driver/gpio.h"
#include "driver/stdout.h"
#include "driver/uptime.h"
int main(void)
{
arch.setup();
gpio.setup();
kout.setup();
kout << "Hello, World!" << endl;
kout << "Naptime." << endl;
arch.idle();
return 0;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment