public void setup() { size(800, 600); background(255); color(255); size(800, 600); frameRate(24); smooth(); pollData.start(); }
public void startXBee() { running = true; super.start(); }