Skip to content

Commit

Permalink
Fix examples
Browse files Browse the repository at this point in the history
  • Loading branch information
forntoh committed Sep 17, 2024
1 parent 3c18bb1 commit 2376323
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/InputRotary/InputRotary.ino
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#include <ItemSubMenu.h>
#include <LcdMenu.h>
#include <SimpleRotary.h>
#include <input/RotaryInputAdapter.h>
#include <input/SimpleRotaryAdapter.h>
#include <interface/LiquidCrystalI2CAdapter.h>

#define LCD_ROWS 2
Expand Down
2 changes: 1 addition & 1 deletion examples/SimpleRotary/SimpleRotary.ino
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#include <ItemToggle.h>
#include <LcdMenu.h>
#include <SimpleRotary.h>
#include <input/RotaryInputAdapter.h>
#include <input/SimpleRotaryAdapter.h>
#include <interface/LiquidCrystalI2CAdapter.h>

#define LCD_ROWS 2
Expand Down

0 comments on commit 2376323

Please sign in to comment.