This commit is contained in:
2026-04-28 16:43:48 +02:00
parent ef3d3c39d2
commit f84d1a6a52
+1
View File
@@ -1,5 +1,6 @@
#include "bs412.h"
#define BS412_DEBUG
#define BS412_TIME 60
#define CLAMP(x, lo, hi) (((x) < (lo)) ? (lo) : ((x) > (hi) ? (hi) : (x)))