diff options
author | lonkaars <loek@pipeframe.xyz> | 2021-11-26 18:13:11 +0100 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2021-11-26 18:13:11 +0100 |
commit | f9335ba20b0e950e9881749e9bc3006eacefc305 (patch) | |
tree | be452050ead77c8c584118cb8304d3c19948c3a6 /software/animation.h | |
parent | 0169625b253301ed24267ebfd19afb55e5121bca (diff) |
added documentation comments and led map
Diffstat (limited to 'software/animation.h')
-rw-r--r-- | software/animation.h | 1 |
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); |