Skip to content

Instantly share code, notes, and snippets.

@XiaohanYa
XiaohanYa / inClass_arduino.ino
Created March 3, 2017 02:26
InteractionLab
int valueFromProcessing;
void setup() {
Serial.begin(9600);
pinMode(13, OUTPUT);
}
void loop() {
//Serial.write(100);//serial.write number refers to code while serial print number is number