Paso 4: escribir
Import processing.serial.*;
tweet de cadena pública;
PFont fnt;
Arduino serial;
void setup() {}
tamaño (800, 100);
noStroke();
Background(0);
FNT = loadFont("CourierNew36.vlw");
textFont (fnt, 32);
Tweet = "";
println(serial.List());
String arduinoPort = Serial.list() [1];
Arduino = serie nueva (este, arduinoPort, 9600);
frame.removeNotify();
}
{} void keyPressed()
if(Key == 13) {}
Background(0);
sendTweet(tweet);
texto ("Tweeted!", 10, 45);
Delay(1000);}
Si (clave > = ' ' & & clave < = 'z') {}
Background(0);
tecla de += Tweet;
texto (tweet, 10, 45);}
if(Key == 8) {}
Background(0);
Tweet = tweet.substring (0, tweet.length()-1);
texto (tweet, 10, 45);}
Delay(150);
}
void draw() {}
listenForArduino();}
void listenForArduino() {}
int entrada = 0;
if(Arduino.Available() > = 1) {}
entrada = arduino.read();
if(INPUT == 1) {}
frame.addNotify();}
}
}