From f9335ba20b0e950e9881749e9bc3006eacefc305 Mon Sep 17 00:00:00 2001 From: lonkaars Date: Fri, 26 Nov 2021 18:13:11 +0100 Subject: added documentation comments and led map --- software/animation.h | 1 + 1 file changed, 1 insertion(+) (limited to 'software/animation.h') diff --git a/software/animation.h b/software/animation.h index 2626291..feab14d 100644 --- a/software/animation.h +++ b/software/animation.h @@ -2,4 +2,5 @@ #include "consts.h" +/** @brief round time to nearest frame */ unsigned long clamp_time(unsigned long unclamped_time); -- cgit v1.2.3