There was an error while loading. Please reload this page.
1 parent 55a1e2f commit 1a08bc8Copy full SHA for 1a08bc8
examples/FourStepExample/FourStepExampleCodeWeMos/FourStepExampleCodeWeMos.ino
@@ -38,7 +38,7 @@
38
#include "EasyNextionLibrary.h" // Include EasyNextionLibrary
39
40
EasyNex myNex(Serial); // Create an object of EasyNex class with the name < myNex >
41
- // Set as parameter the Serial you are going to use
+ // Set as parameter the Hardware Serial you are going to use
42
43
void setup(){
44
myNex.begin(9600); // Begin the object with a baud rate of 9600
0 commit comments