News

PrintSerial This first example is just here to demonstrate how data flows from the Arduino to MaxMSP. A simple for loop writes out values from 0 to 255 to the Max Console. Try changing the delay value ...
Often you want to iterate over a series of pins and do something to each one. For instance, this example blinks 6 LEDs attached to the Arduino by using a for () loop to cycle back and forth through ...