<?xml version="1.0" encoding="UTF-8"?>
<apps type="array">
  <app>
    <activated type="integer">1</activated>
    <appfile-content-type>application/x-zip-compressed</appfile-content-type>
    <appfile-file-name>LibTemperature.zip</appfile-file-name>
    <appfile-file-size type="integer">111235</appfile-file-size>
    <appfile-updated-at type="datetime">2010-02-09T01:47:43+00:00</appfile-updated-at>
    <category>Libraries</category>
    <code></code>
    <created-at type="datetime">2010-02-09T01:46:21+00:00</created-at>
    <description>This is the Arduino library for the Temp Sensor, a  collaborative project between Liquidware and Modern Device (www.moderndevice.com). The library contains everything you need to start getting temperature readings on the Arduino.

Extract the LibTemperature.zip file into:

Arduino\hardware\cores\arduino\src\components\library

Open the IDE, set the board to Arduino Duemilanove, and open the Example GetLocalTemperature.

Then upload the code to the Arduino with the Temp Sensor plugged into Analog Pins 2-5 and start reading the Serial Monitor output.</description>
    <friend-id type="integer">1</friend-id>
    <icon-content-type>image/jpeg</icon-content-type>
    <icon-file-name>tempicon.jpg</icon-file-name>
    <icon-file-size type="integer">28264</icon-file-size>
    <icon-updated-at type="datetime">2010-02-09T01:47:43+00:00</icon-updated-at>
    <id type="integer">77</id>
    <name>Arduino Temp Sensor Library</name>
    <price type="float">0.0</price>
    <updated-at type="datetime">2010-02-09T01:47:43+00:00</updated-at>
    <url>liquidware.org</url>
  </app>
  <app>
    <activated type="integer">1</activated>
    <appfile-content-type>application/x-zip-compressed</appfile-content-type>
    <appfile-file-name>pyxis.zip</appfile-file-name>
    <appfile-file-size type="integer">869865</appfile-file-size>
    <appfile-updated-at type="datetime">2010-02-02T16:31:41+00:00</appfile-updated-at>
    <category>Gadgets</category>
    <code></code>
    <created-at type="datetime">2010-02-02T16:31:41+00:00</created-at>
    <description>Thom (www.skewworks.com) has developed a package of cores and libraries called Pyxis OS, which adds some impressive functionality to interface with the Buttonpad, TouchShield Slide, as well as SD cards.

Each of the primary pieces of the OS has their own library. PyxisSD for uSD access, PyxisFAT for the EEPROM file system, PyxisPad for interfacing with the ButtonPad, PyxisLCD for communicating with the LCD and Pyxis for the top-level management of all the pieces.

In order to use the PyxisTSS core, please make the following entry in your boards.txt file:

pyxis_tss.name=Pyxis TSS

pyxis_tss.upload.protocol=butterfly
pyxis_tss.upload.maximum_size=258048
pyxis_tss.upload.speed=57600

pyxis_tss.bootloader.low_fuses=0xFF
pyxis_tss.bootloader.high_fuses=0x98
pyxis_tss.bootloader.extended_fuses=0xFB
pyxis_tss.bootloader.path=PyxisTSS
pyxis_tss.bootloader.file=PyxisTSS_boot.hex
pyxis_tss.bootloader.unlock_bits=0xFF
pyxis_tss.bootloader.lock_bits=0xFF

pyxis_tss.build.mcu=atmega2560
pyxis_tss.build.f_cpu=16000000L
pyxis_tss.build.core=PyxisTSS</description>
    <friend-id type="integer">1</friend-id>
    <icon-content-type>image/jpeg</icon-content-type>
    <icon-file-name>pyxis.jpg</icon-file-name>
    <icon-file-size type="integer">2338</icon-file-size>
    <icon-updated-at type="datetime">2010-02-02T16:31:39+00:00</icon-updated-at>
    <id type="integer">76</id>
    <name>Pyxis OS</name>
    <price type="float">0.0</price>
    <updated-at type="datetime">2010-02-02T16:41:31+00:00</updated-at>
    <url>liquidware.org</url>
  </app>
  <app>
    <activated type="integer">1</activated>
    <appfile-content-type>application/gzip</appfile-content-type>
    <appfile-file-name>AppManager-Dist.tar.gz</appfile-file-name>
    <appfile-file-size type="integer">24085</appfile-file-size>
    <appfile-updated-at type="datetime">2010-01-16T00:09:31+00:00</appfile-updated-at>
    <category>Libraries</category>
    <code></code>
    <created-at type="datetime">2010-01-16T00:09:31+00:00</created-at>
    <description>An application manager, allows many applications with loop() and setup() structure to be run/switched around with a magic double touch of the screen. Tested on the TouchShield Slide, may require some replacement of screen items to work fully on the stealths smaller screen.  Requires some modified core files to hook into normal program loop() can be enabled and disabled with a few include files in user sketch and commenting/uncommenting a line in SubPOptions.h. See the video at http://www.youtube.com/watch?v=aDAamQT2ffw for what it looks like running.</description>
    <friend-id type="integer">275</friend-id>
    <icon-content-type>image/jpeg</icon-content-type>
    <icon-file-name>appicon.jpg</icon-file-name>
    <icon-file-size type="integer">1615</icon-file-size>
    <icon-updated-at type="datetime">2010-01-17T21:52:13+00:00</icon-updated-at>
    <id type="integer">74</id>
    <name>AppManager</name>
    <price type="float">0.0</price>
    <updated-at type="datetime">2010-01-17T21:52:14+00:00</updated-at>
    <url>http://www.youtube.com/watch?v=aDAamQT2ffw</url>
  </app>
  <app>
    <activated type="integer">1</activated>
    <appfile-content-type>application/x-zip-compressed</appfile-content-type>
    <appfile-file-name>Asteroids.zip</appfile-file-name>
    <appfile-file-size type="integer">4491</appfile-file-size>
    <appfile-updated-at type="datetime">2010-01-14T23:15:45+00:00</appfile-updated-at>
    <category>Games</category>
    <code></code>
    <created-at type="datetime">2010-01-14T23:14:45+00:00</created-at>
    <description>The Atari Asteroids game that Chris and I wrote for the Arduino. The code is designed for use with a TouchShield Slide and InputShield joystick controller. Both Slide and InputShield files are included here.</description>
    <friend-id type="integer">1</friend-id>
    <icon-content-type>image/png</icon-content-type>
    <icon-file-name>sshot-7.png</icon-file-name>
    <icon-file-size type="integer">1057</icon-file-size>
    <icon-updated-at type="datetime">2010-01-14T23:15:45+00:00</icon-updated-at>
    <id type="integer">73</id>
    <name>Arduino Slide Atari Asteroids</name>
    <price type="float">0.0</price>
    <updated-at type="datetime">2010-01-14T23:15:45+00:00</updated-at>
    <url>liquidware.org</url>
  </app>
  <app>
    <activated type="integer">1</activated>
    <appfile-content-type>application/octet-stream</appfile-content-type>
    <appfile-file-name>DiggButton.gdt</appfile-file-name>
    <appfile-file-size type="integer">105733</appfile-file-size>
    <appfile-updated-at type="datetime">2010-01-12T06:56:52+00:00</appfile-updated-at>
    <category>Gadgets</category>
    <code></code>
    <created-at type="datetime">2010-01-12T05:31:52+00:00</created-at>
    <description>Inspired by the LadyAda Digg Button this project ports the digital images from Digg.com onto a touchscreen counter. The Digg button project is also a great demo for image-based buttons.</description>
    <friend-id type="integer">289</friend-id>
    <icon-content-type>image/jpeg</icon-content-type>
    <icon-file-name>sshot-6.jpg</icon-file-name>
    <icon-file-size type="integer">2751</icon-file-size>
    <icon-updated-at type="datetime">2010-01-12T06:56:52+00:00</icon-updated-at>
    <id type="integer">72</id>
    <name>Arduino &amp; Slide Digg Button</name>
    <price type="float">0.0</price>
    <updated-at type="datetime">2010-01-12T06:56:52+00:00</updated-at>
    <url>http://www.liquidware.com</url>
  </app>
  <app>
    <activated type="integer">1</activated>
    <appfile-content-type>application/x-zip</appfile-content-type>
    <appfile-file-name>StickyNotes.zip</appfile-file-name>
    <appfile-file-size type="integer">15842</appfile-file-size>
    <appfile-updated-at type="datetime">2010-01-04T06:13:17+00:00</appfile-updated-at>
    <category>Gadgets</category>
    <code></code>
    <created-at type="datetime">2010-01-04T06:13:17+00:00</created-at>
    <description>This is a small app that uses the ButtonShield, Arduino, and TouchShield Slide all connected using an ExtenderShield to create a color-matched (and pretty) Arduinio Sticky Note application. The code is released GNU GPL.</description>
    <friend-id type="integer">1</friend-id>
    <icon-content-type>image/jpeg</icon-content-type>
    <icon-file-name>appicon.jpg</icon-file-name>
    <icon-file-size type="integer">1615</icon-file-size>
    <icon-updated-at type="datetime">2010-01-04T06:13:16+00:00</icon-updated-at>
    <id type="integer">71</id>
    <name>Arduino Slide Sticky Notes</name>
    <price type="float">0.0</price>
    <updated-at type="datetime">2010-01-04T06:16:51+00:00</updated-at>
    <url>liquidware.org</url>
  </app>
  <app>
    <activated type="integer">1</activated>
    <appfile-content-type>application/octet-stream</appfile-content-type>
    <appfile-file-name>ArduinoPlasma.pde</appfile-file-name>
    <appfile-file-size type="integer">2173</appfile-file-size>
    <appfile-updated-at type="datetime">2009-12-19T14:36:47+00:00</appfile-updated-at>
    <category>Fun</category>
    <code></code>
    <created-at type="datetime">2009-12-19T14:36:47+00:00</created-at>
    <description>Plasma demo on TouchShield Stealth.
Touch the screen to change colours.</description>
    <friend-id type="integer">274</friend-id>
    <icon-content-type>image/png</icon-content-type>
    <icon-file-name>plasma-ss-icon.png</icon-file-name>
    <icon-file-size type="integer">42140</icon-file-size>
    <icon-updated-at type="datetime">2009-12-19T14:36:46+00:00</icon-updated-at>
    <id type="integer">70</id>
    <name>Plasma</name>
    <price type="float">0.0</price>
    <updated-at type="datetime">2010-01-04T06:16:46+00:00</updated-at>
    <url></url>
  </app>
  <app>
    <activated type="integer">1</activated>
    <appfile-content-type>application/x-zip</appfile-content-type>
    <appfile-file-name>MacArduino.zip</appfile-file-name>
    <appfile-file-size type="integer">488622</appfile-file-size>
    <appfile-updated-at type="datetime">2009-11-12T22:37:45+00:00</appfile-updated-at>
    <category>Gadgets</category>
    <code></code>
    <created-at type="datetime">2009-11-12T22:37:45+00:00</created-at>
    <description>A fully-fledged operating system built by Mark. It's an operating system built for the TouchShield Slide, and includes a GPS, Tic Tac Toe, Tetris, a Calculator, Oscilloscope, Breakout, The Matrix Screensaver, and a Canvas Drawing program. And the Control Panel. And Hex editor. And a Graphics Demo. And an analog Pin Visualizer.</description>
    <friend-id type="integer">1</friend-id>
    <icon-content-type>image/jpeg</icon-content-type>
    <icon-file-name>appicon.jpg</icon-file-name>
    <icon-file-size type="integer">1615</icon-file-size>
    <icon-updated-at type="datetime">2009-11-12T22:37:45+00:00</icon-updated-at>
    <id type="integer">69</id>
    <name>MacArduinoOS</name>
    <price type="float">0.0</price>
    <updated-at type="datetime">2009-11-12T22:38:20+00:00</updated-at>
    <url>http://coewww.rutgers.edu/~msproul/</url>
  </app>
  <app>
    <activated type="integer">1</activated>
    <appfile-content-type>application/zip</appfile-content-type>
    <appfile-file-name>App_kit_IXM_GPL.zip</appfile-file-name>
    <appfile-file-size type="integer">164</appfile-file-size>
    <appfile-updated-at type="datetime">2009-09-21T00:46:07+00:00</appfile-updated-at>
    <category>Libraries</category>
    <code></code>
    <created-at type="datetime">2009-09-21T00:46:07+00:00</created-at>
    <description>This contains all the files needed to create a template IXM app kit.</description>
    <friend-id type="integer">1</friend-id>
    <icon-content-type>image/jpeg</icon-content-type>
    <icon-file-name>foldericon.jpg</icon-file-name>
    <icon-file-size type="integer">1284</icon-file-size>
    <icon-updated-at type="datetime">2009-09-21T00:46:06+00:00</icon-updated-at>
    <id type="integer">68</id>
    <name>IXM App Kit GPL</name>
    <price type="float">0.0</price>
    <updated-at type="datetime">2009-09-21T00:48:32+00:00</updated-at>
    <url>liquidware.org</url>
  </app>
  <app>
    <activated type="integer">1</activated>
    <appfile-content-type>application/zip</appfile-content-type>
    <appfile-file-name>IXM_Gradient.zip</appfile-file-name>
    <appfile-file-size type="integer">158</appfile-file-size>
    <appfile-updated-at type="datetime">2009-09-21T00:44:27+00:00</appfile-updated-at>
    <category>School</category>
    <code></code>
    <created-at type="datetime">2009-09-21T00:44:27+00:00</created-at>
    <description>This code is for the Illuminato X Machina. It also comes with 3 different open source Mathematica notebooks for generating packets and viewing the network graphs of the random topologies generated with the IXMs.</description>
    <friend-id type="integer">1</friend-id>
    <icon-content-type>image/jpeg</icon-content-type>
    <icon-file-name>IXMapp.jpg</icon-file-name>
    <icon-file-size type="integer">1759</icon-file-size>
    <icon-updated-at type="datetime">2009-09-21T00:44:26+00:00</icon-updated-at>
    <id type="integer">67</id>
    <name>IXM Gradient</name>
    <price type="float">0.0</price>
    <updated-at type="datetime">2009-09-21T00:48:38+00:00</updated-at>
    <url>liquidware.org</url>
  </app>
  <app>
    <activated type="integer">1</activated>
    <appfile-content-type>application/octet-stream</appfile-content-type>
    <appfile-file-name>FlyTrap.gdt</appfile-file-name>
    <appfile-file-size type="integer">766310</appfile-file-size>
    <appfile-updated-at type="datetime">2009-09-16T01:08:58+00:00</appfile-updated-at>
    <category>Gadgets</category>
    <code></code>
    <created-at type="datetime">2009-09-16T01:08:58+00:00</created-at>
    <description>This is my fly trap app...

Basically 4 images on the eeprom chip...

The images cycle through a fly trap closing in slow motion...</description>
    <friend-id type="integer">5</friend-id>
    <icon-content-type>image/bmp</icon-content-type>
    <icon-file-name>fly.bmp</icon-file-name>
    <icon-file-size type="integer">17154</icon-file-size>
    <icon-updated-at type="datetime">2009-09-16T01:08:58+00:00</icon-updated-at>
    <id type="integer">66</id>
    <name>Fly Trap</name>
    <price type="float">0.0</price>
    <updated-at type="datetime">2009-09-16T01:09:34+00:00</updated-at>
    <url>antipastohw.blogspot.org</url>
  </app>
  <app>
    <activated type="integer">1</activated>
    <appfile-content-type nil="true"></appfile-content-type>
    <appfile-file-name nil="true"></appfile-file-name>
    <appfile-file-size type="integer" nil="true"></appfile-file-size>
    <appfile-updated-at type="datetime" nil="true"></appfile-updated-at>
    <category>Gadgets</category>
    <code></code>
    <created-at type="datetime">2009-08-22T09:41:02+00:00</created-at>
    <description>An app by roboacademy.org</description>
    <friend-id type="integer">181</friend-id>
    <icon-content-type>image/jpeg</icon-content-type>
    <icon-file-name>appicon.jpg</icon-file-name>
    <icon-file-size type="integer">1607</icon-file-size>
    <icon-updated-at type="datetime">2009-09-21T00:47:52+00:00</icon-updated-at>
    <id type="integer">65</id>
    <name>Appl by roboacademy.org</name>
    <price type="float">0.5</price>
    <updated-at type="datetime">2009-09-21T00:47:53+00:00</updated-at>
    <url>roboacademy.org</url>
  </app>
  <app>
    <activated type="integer">1</activated>
    <appfile-content-type>application/zip</appfile-content-type>
    <appfile-file-name>discostar.zip</appfile-file-name>
    <appfile-file-size type="integer">1311</appfile-file-size>
    <appfile-updated-at type="datetime">2009-08-07T20:57:13+00:00</appfile-updated-at>
    <category>Fun</category>
    <code></code>
    <created-at type="datetime">2009-08-07T20:57:13+00:00</created-at>
    <description>An exploration of math functions and rendering on the touchshield slide. Remember those crazy star shaped clocks from the 70's? Well, that was the inspiration for this. All lengths are calculated using trig based on the shape of an ellipse you can define. Also makes use of random colors and the ellipse function.</description>
    <friend-id type="integer">170</friend-id>
    <icon-content-type>image/gif</icon-content-type>
    <icon-file-name>star.gif</icon-file-name>
    <icon-file-size type="integer">1286</icon-file-size>
    <icon-updated-at type="datetime">2009-08-07T20:57:11+00:00</icon-updated-at>
    <id type="integer">64</id>
    <name>discostars</name>
    <price type="float">0.0</price>
    <updated-at type="datetime">2009-08-23T22:41:13+00:00</updated-at>
    <url></url>
  </app>
  <app>
    <activated type="integer">1</activated>
    <appfile-content-type>application/octet-stream</appfile-content-type>
    <appfile-file-name>sketch_090721a.pde</appfile-file-name>
    <appfile-file-size type="integer">2898</appfile-file-size>
    <appfile-updated-at type="datetime">2009-08-06T01:20:33+00:00</appfile-updated-at>
    <category>Fun</category>
    <code></code>
    <created-at type="datetime">2009-08-06T01:20:33+00:00</created-at>
    <description>This is a culmination of  math and shield functions to create a tweakable star, reminiscent of those crazy star wall clocks from the 70's. Not exactly useful but hopefully educational.</description>
    <friend-id type="integer">170</friend-id>
    <icon-content-type>image/jpeg</icon-content-type>
    <icon-file-name>appicon.jpg</icon-file-name>
    <icon-file-size type="integer">1615</icon-file-size>
    <icon-updated-at type="datetime">2009-08-23T22:43:03+00:00</icon-updated-at>
    <id type="integer">63</id>
    <name>Disco Stars and fancy math</name>
    <price type="float">0.0</price>
    <updated-at type="datetime">2009-08-23T22:43:04+00:00</updated-at>
    <url></url>
  </app>
  <app>
    <activated type="integer">1</activated>
    <appfile-content-type>application/octet-stream</appfile-content-type>
    <appfile-file-name>RGB_LED_hack.gdt</appfile-file-name>
    <appfile-file-size type="integer">84178</appfile-file-size>
    <appfile-updated-at type="datetime">2009-07-18T15:11:06+00:00</appfile-updated-at>
    <category>Fun</category>
    <code></code>
    <created-at type="datetime">2009-07-18T15:11:06+00:00</created-at>
    <description>This hack controls the RGB LED under the TouchShield Slide!</description>
    <friend-id type="integer">5</friend-id>
    <icon-content-type>image/jpeg</icon-content-type>
    <icon-file-name>rgbledhack.jpg</icon-file-name>
    <icon-file-size type="integer">1013</icon-file-size>
    <icon-updated-at type="datetime">2009-07-18T15:11:05+00:00</icon-updated-at>
    <id type="integer">62</id>
    <name>Slide RGB LED Hack</name>
    <price type="float">0.0</price>
    <updated-at type="datetime">2009-07-18T15:14:10+00:00</updated-at>
    <url>antipastohw.blogspot.org</url>
  </app>
</apps>
