Skip to content

Commit

Permalink
properties update
Browse files Browse the repository at this point in the history
  • Loading branch information
forntoh committed Jul 23, 2020
1 parent 86d1030 commit 654a933
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ maintainer=Forntoh Thomas <[email protected]>
sentence=Display navigable menu items on your LCD display with Arduino.
paragraph=Includes display of notifications and dynamic menus. Compatible with all Character LCD Display Module and VATN Alphanumeric LCD Display.
category=Display
url=https://github.com/forntoh/LcdMenu/wiki/LcdMenu
url=https://github.com/forntoh/LcdMenu/wiki
repository=https://github.com/forntoh/LcdMenu.git
architectures=*
depends=LiquidCrystal_I2C
Expand Down
8 changes: 4 additions & 4 deletions src/LcdMenu.h
Original file line number Diff line number Diff line change
Expand Up @@ -204,10 +204,10 @@ class LcdMenu {
* @param duration how long to display the message
*/
void displayNotification(char* message, unsigned int duration);
/**
* Executes any delayed task when appropriate time reaches
*/
void updateTimer();
/**
* Executes any delayed task when appropriate time reaches
*/
void updateTimer();
/**
* Get a `MenuItem` at position
*
Expand Down

0 comments on commit 654a933

Please sign in to comment.