Skip to content

Commit 9028734

Browse files
author
Toni Klopfenstein
committed
Merge pull request #3 from JoshHawley/patch-1
Fixed old name references
2 parents d119938 + 94ac8c9 commit 9028734

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)