Skip to content

Commit

Permalink
Update README.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh Siegle committed Jul 8, 2014
1 parent cecd908 commit 8970ba9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.
2 changes: 1 addition & 1 deletion code/twister/twister.ino
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ int verPCB = 1;
*/

boolean debugMode = false;
boolean debugMode = true;
boolean printState = false;

/* SAVE STATE?
Expand Down

0 comments on commit 8970ba9

Please sign in to comment.