Skip to content

Commit 4effcc4

Browse files
Merge pull request #98 from crbyxwpzfl/main
fix TestUnoR4
2 parents 5c140f3 + 33402a4 commit 4effcc4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

examples/BidirectionalCommunication/TestUnoR4/TestUnoR4.ino

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ void setup()
1919
{
2020
Serial.begin(SERIAL_BAUD_RATE);
2121

22+
// Start Serial1 on pins 0 (RX) and 1 (TX)
23+
Serial1.begin(SERIAL_BAUD_RATE);
24+
2225
stepper_driver.setup(serial_stream);
2326
}
2427

0 commit comments

Comments
 (0)