Simple Serial MaxMSP Arduino int inByte = 0; // incoming serial byte void setup() { Serial.begin(9600); pinMode(13, OUTPUT); // connect an LED here } void loop() { Temple University School of Communications and Theater Physical Computing Spring 20
Create your own robots, toys, remote controllers, alarms, detectors, and many other projects with the Arduino device. This simple microcontroller board lets artists and designers build a variety of amazing objects and prototypes that interact with t