diff options
| author | lonkaars <loek@pipeframe.xyz> | 2021-11-21 13:25:44 +0100 |
|---|---|---|
| committer | lonkaars <loek@pipeframe.xyz> | 2021-11-21 13:25:44 +0100 |
| commit | 5b821c8169b1c4e6a0d122fac6058271406c9190 (patch) | |
| tree | d796480f5ed9c72f57424c04cc69e13c35531dae /software/animation.h | |
initial commit
Diffstat (limited to 'software/animation.h')
| -rw-r--r-- | software/animation.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/software/animation.h b/software/animation.h new file mode 100644 index 0000000..fce7081 --- /dev/null +++ b/software/animation.h @@ -0,0 +1,6 @@ +#pragma once + +#include "consts.h" + +unsigned long clamp_time(unsigned long unclamped_time) { +} |