aboutsummaryrefslogtreecommitdiff
path: root/software/animation.h
diff options
context:
space:
mode:
authorlonkaars <loek@pipeframe.xyz>2021-11-26 18:13:11 +0100
committerlonkaars <loek@pipeframe.xyz>2021-11-26 18:13:11 +0100
commitf9335ba20b0e950e9881749e9bc3006eacefc305 (patch)
treebe452050ead77c8c584118cb8304d3c19948c3a6 /software/animation.h
parent0169625b253301ed24267ebfd19afb55e5121bca (diff)
added documentation comments and led map
Diffstat (limited to 'software/animation.h')
-rw-r--r--software/animation.h1
1 files changed, 1 insertions, 0 deletions
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);