Skip to content

Commit 94ac8c9

Browse files
committed
Fixed old name references
Fixed old reference to LIB_GT511C3.h (original name for the library) and removed extra SoftwareSerial initialization line (was used while testing with a serial LCD backpack.
1 parent 5ecbc0c commit 94ac8c9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

examples/FPS_Blink.ino

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
It is used to show that communications are working.
1010
*/
1111

12-
#include "LIB_GT511C3.h"
12+
#include "FPS_GT511C3.h"
1313
#include "SoftwareSerial.h"
1414

1515
// Hardware setup - FPS connected to:
@@ -18,7 +18,6 @@
1818
// this brings the 5v tx line down to about 3.2v so we dont fry our fps
1919

2020
FPS_GT511C3 fps(4, 5);
21-
SoftwareSerial lcd(2, 3);
2221

2322
void setup()
2423
{

0 commit comments

Comments
 (0)