Added:
/wiki/Reference.wiki
=======================================
--- /dev/null
+++ /wiki/Reference.wiki Sun Mar 28 04:30:56 2010
@@ -0,0 +1,29 @@
+#summary Reference for the touchatag Processing library.
+
+== touchatag ==
+== Class Touchatag ==
+public class Touchatag
+
+extends java.lang.Object
+
+=== Constructor Summary ===
+ * Touchatag(processing.core.PApplet theParent)
+
+ * Touchatag(processing.core.PApplet theParent, int nReaders)
+
+=== Method Summary ===
+ * int nativeConnectedRFID(int nReaders)
+
+ * java.lang.String[] nativeTagID(int i, int nReaders)
+
+ * int On()
+
+ _return the number of touchatag readers actually connected_
+
+ * java.lang.String[] tagsOnReader(int i)
+
+ _return the tags found on a touchatag reader_
+
+ * java.lang.String version()
+
+ _return the version of the library_