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 <http://www.arduino.cc>`_ 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 <http://open-ephys.com/hardware/2011/7/1/twister.html>`_ 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?