From 8970ba99408dcbc0d1c4043fb6a88e253cebe83b Mon Sep 17 00:00:00 2001 From: Josh Siegle Date: Tue, 8 Jul 2014 10:37:25 -0400 Subject: [PATCH] Update README.rst --- README.rst | 2 +- code/twister/twister.ino | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 9135196..fa616b9 100644 --- a/README.rst +++ b/README.rst @@ -6,4 +6,4 @@ This code requires the `Arduino `_ development environmen The code has been updated to be compatible with the Arduino IDE version 1.0 and higher. To make it compatible with earlier versions of the IDE, simply include "WProgram.h" instead of "Arduino.h" in the TwisterClasses.h file. -The `Twister Assembly Kit `_ includes circuit board files, a parts list, and an instruction manual. +This repository contains circuit board files, a parts list, and an instruction manual. diff --git a/code/twister/twister.ino b/code/twister/twister.ino index 9b107a7..ad8ab41 100644 --- a/code/twister/twister.ino +++ b/code/twister/twister.ino @@ -35,7 +35,7 @@ int verPCB = 1; */ -boolean debugMode = false; +boolean debugMode = true; boolean printState = false; /* SAVE STATE?