From 576bd27e11ec70bdbd1b9a644d2e227b57586337 Mon Sep 17 00:00:00 2001 From: iamcheeseman Date: Sun, 10 May 2026 00:28:14 -0400 Subject: i ain't splitting alla this up --- teensy/teensy_common.h | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 teensy/teensy_common.h (limited to 'teensy/teensy_common.h') diff --git a/teensy/teensy_common.h b/teensy/teensy_common.h new file mode 100644 index 0000000..dc631cb --- /dev/null +++ b/teensy/teensy_common.h @@ -0,0 +1,15 @@ +#ifndef TEENSY_COMMON_H_ +#define TEENSY_COMMON_H_ + +#include +#include +#include +#include + +#include "teensy_log.h" +#include "teensy_mem.h" + +#define TY_PI 3.14 +#define TY_DEG2RAD (180 / PI) + +#endif // TEENSY_COMMON_H_ -- cgit v1.3-2-g0d8e