From 5b821c8169b1c4e6a0d122fac6058271406c9190 Mon Sep 17 00:00:00 2001 From: lonkaars Date: Sun, 21 Nov 2021 13:25:44 +0100 Subject: initial commit --- software/animation.h | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 software/animation.h (limited to 'software/animation.h') 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) { +} -- cgit v1.2.3