7 lines
129 B
C
7 lines
129 B
C
// src/render/loop.h
|
|
|
|
#pragma once
|
|
|
|
// Runs the render loop: reads UART, animates, and draws output
|
|
void render_loop(int speed);
|