From e2b8c8cc17a0da22e1e03da0118ef3e46dc6386d Mon Sep 17 00:00:00 2001 From: Josh Siegle Date: Fri, 15 Jun 2012 13:04:57 -0400 Subject: [PATCH] Updated README file --- README.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.rst b/README.rst index 265cd2a..9135196 100644 --- a/README.rst +++ b/README.rst @@ -4,4 +4,6 @@ An open-source tetrode twister for Arduino This code requires the `Arduino `_ development environment and an `Arduino board `_. +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.