Started some projects

This commit is contained in:
Ben
2018-06-14 09:29:43 -07:00
parent ef72d19b2e
commit 51420dbd45
24 changed files with 1091 additions and 1 deletions

View File

@@ -1,3 +1,4 @@
void setup(){
for (int i = 3; i <= 13; i++) {
pinMode(i, OUTPUT);

View File

@@ -7,7 +7,6 @@ Serial port;
void setup() {
size(200, 200);
port = new Serial(this, "COM3", 9600);
input = new AudioIn(this, 0);