diff options
Diffstat (limited to 'm.h')
-rw-r--r-- | m.h | 14 |
1 files changed, 0 insertions, 14 deletions
@@ -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 |