aboutsummaryrefslogtreecommitdiff
path: root/src/m.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/m.h')
-rw-r--r--src/m.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/m.h b/src/m.h
deleted file mode 100644
index 25aff9e..0000000
--- a/src/m.h
+++ /dev/null
@@ -1,14 +0,0 @@
-#ifndef _M_H_
-#define _M_H_
-
-#include <stdint.h>
-#include <math.h>
-
-
-//Calculate average
-uint8_t avg(int argc, uint8_t *argv);
-
-//Distance of 2 3d vectors
-float distance(uint8_t _1[3], uint8_t _2[3]);
-
-#endif