summaryrefslogtreecommitdiff
path: root/shared/util.h
diff options
context:
space:
mode:
Diffstat (limited to 'shared/util.h')
-rw-r--r--shared/util.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/shared/util.h b/shared/util.h
new file mode 100644
index 0000000..95f4c68
--- /dev/null
+++ b/shared/util.h
@@ -0,0 +1,3 @@
+#pragma once
+
+unsigned long w2_util_exp_mov_avg(unsigned long current_avg, unsigned long new_meas);