Skip to content

Commit 4a918f8

Browse files
authored
1 parent 7a4fabe commit 4a918f8

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

main.cpp

-14
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,5 @@
11
#include <Arduino.h>
22

3-
void serialEvent() {
4-
}
5-
6-
void serialEvent1() {
7-
serialEvent();
8-
}
9-
void serialEvent2() {
10-
serialEvent();
11-
}
12-
void serialEvent3() {
13-
serialEvent();
14-
}
15-
16-
173
void setup() {
184
Serial.begin(9600);
195
Serial.print("started\n");

0 commit comments

Comments
 (0)