Re: Connecting 2 Peggy II boards and increasing the number of commands to execute.s

Home Evil Mad Scientist Forums LED Matrix Kits Connecting 2 Peggy II boards and increasing the number of commands to execute.s Re: Connecting 2 Peggy II boards and increasing the number of commands to execute.s

#21017
Windell Oskay
Keymaster

The Peggy 2 runs Arduino code, and there are a wealth of examples of how to create functions and other types of program features on the Arduino site: 

For the most part, we’d recommend using the Peggy 2 specific functions for I/O (rather than the individual pin commands from within Arduino), but for everything else, you can follow the guides to structuring your program, using arrays and variables, and so forth.