All public logs

Jump to navigation Jump to search

Combined display of all available logs of Interaction Station Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 12:13, 17 January 2023 Annasa talk contribs deleted page ?! add lines (content was: "<syntaxhighlight lang="java" line='line'> import processing.serial.Serial; //select serial port and set bauds rate static final int PORT_INDEX=2,BAUDS=9600; // create an array, a list of data will be used to store values from snesors. int[] vals= {}; void setup(){ noLoop(); frameRate(18); final String[] ports = Serial.list(); printArray(ports); new Serial(this, ports[PORT_INDEX], BAUDS).bufferUntil(ENTER); size(1200,800); background(0); } void draw(){...")