Skip to content
This repository has been archived by the owner on Dec 21, 2019. It is now read-only.

Commit

Permalink
added download links for the extra libs
Browse files Browse the repository at this point in the history
  • Loading branch information
cv committed Jun 12, 2008
1 parent d4e3865 commit d4b5ba1
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions oldschool_with_arduino.pde
@@ -1,9 +1,10 @@
import ddf.minim.*;
import ddf.minim.*; // http://code.compartmental.net/tools/minim/
import fullscreen.*; // http://www.superduper.org/processing/fullscreen_api/
import cc.arduino.*; // http://www.arduino.cc/playground/Interfacing/Processing (you need an Arduino with Firmata running on it)

import processing.core.*;
import fullscreen.*;
import processing.xml.*;
import processing.serial.*;
import cc.arduino.*;

String PROJECT_NAME = "1c2f";
String URL = "http://localhost:3333/projects/" + PROJECT_NAME + ".rss";
Expand Down

0 comments on commit d4b5ba1

Please sign in to comment.