We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef55ab3 commit 0cf6749Copy full SHA for 0cf6749
examples/Example5_LCDDemo/Example5_LCDDemo.ino
@@ -28,6 +28,8 @@ SFEVL53L1X distanceSensor;
28
29
#if defined(ESP8266)
30
SoftwareSerial lcd(10, 9); // RX, TX
31
+#elif defined(ARDUINO_ARCH_APOLLO3)
32
+SoftwareSerial lcd(14, 15); // use RX1, TX1 of Apollo boards
33
#else
34
SoftwareSerial lcd(10, A3); // RX, TX
35
#endif
0 commit comments