Skip to content

Commit

Permalink
Fixed lcd pin definition in examples.
Browse files Browse the repository at this point in the history
  • Loading branch information
nschurando committed Feb 25, 2024
1 parent 03743ec commit cacc841
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
/* Peripherals */
static wk2132 m_wk2132;
static tic_reader m_tic_reader;
static LiquidCrystal m_lcd(8, 9, 9, 4, 5, 6, 7);
static LiquidCrystal m_lcd(8, 9, 4, 5, 6, 7);

/**
*
Expand Down

0 comments on commit cacc841

Please sign in to comment.