We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4cae7f2 commit fd3378aCopy full SHA for fd3378a
examples/Face/FINGER/FINGER.ino
@@ -18,7 +18,6 @@ void CleanScreen()
18
void setup() {
19
M5.begin();
20
M5.Power.begin();
21
- Serial.begin(115200);
22
Serial2.begin(19200, SERIAL_8N1, 16, 17);
23
pinMode(5, OUTPUT);
24
pinMode(26, OUTPUT);
0 commit comments