From 83fa3f7d090e2d42ad8628a98be4c6d8b41ea325 Mon Sep 17 00:00:00 2001 From: Michael Moon Date: Thu, 17 Feb 2011 21:52:15 +1100 Subject: [PATCH] disable greycode by default in arduino IDE --- graycode.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/graycode.c b/graycode.c index 10d1605..a68f5ff 100644 --- a/graycode.c +++ b/graycode.c @@ -7,9 +7,9 @@ By default, X Y and Z are graycode, while E remains step/dir. If this isn't what you want, edit the lines just below. */ -#define X_GREYCODE -#define Y_GREYCODE -#define Z_GREYCODE +// #define X_GREYCODE +// #define Y_GREYCODE +// #define Z_GREYCODE //#define E_GREYCODE