diff options
author | frydaddy07 <nmfunfun@gmail.com> | 2015-12-04 22:39:49 -0500 |
---|---|---|
committer | frydaddy07 <nmfunfun@gmail.com> | 2015-12-06 12:19:29 -0500 |
commit | cb70636b207510a3da66573284607e9ae6459e32 (patch) | |
tree | 0363b47504fc9a75f0a55000e525405be3fcdbbe /src | |
parent | 0fb3c40c38905790f47cbd77f7e26553bb0061fa (diff) |
Positioning Attempt
This might work. Clyne should adapt and maybe use tomorrow
Diffstat (limited to 'src')
-rw-r--r-- | src/auto.c | 1 | ||||
-rw-r--r-- | src/zephyr.c | 2 |
2 files changed, 3 insertions, 0 deletions
@@ -1,4 +1,5 @@ #include <main.h>
+#include <zephyr.c>
/*#define TARGET_SPEED 65
diff --git a/src/zephyr.c b/src/zephyr.c index 7bfd76e..109742f 100644 --- a/src/zephyr.c +++ b/src/zephyr.c @@ -1,6 +1,8 @@ #include <zephyr.h> #include <main.h> +#define PI =3.14159 + #include <string.h> #ifdef LCD_PORT |