Files
pvs/semestralka1/src/render/loop.h
2025-11-14 11:08:33 +01:00

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);