public void setup() {

    size(800, 600);

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