Started some projects
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
|
||||
void setup(){
|
||||
for (int i = 3; i <= 13; i++) {
|
||||
pinMode(i, OUTPUT);
|
||||
|
||||
@@ -7,7 +7,6 @@ Serial port;
|
||||
|
||||
void setup() {
|
||||
size(200, 200);
|
||||
|
||||
port = new Serial(this, "COM3", 9600);
|
||||
|
||||
input = new AudioIn(this, 0);
|
||||
|
||||
Reference in New Issue
Block a user