Skip to content

Commit

Permalink
Mention callbacks in main README
Browse files Browse the repository at this point in the history
  • Loading branch information
ncmreynolds committed Jan 2, 2022
1 parent 51dcc01 commit 36327b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ You should try the first two example sketches to check it works with your termin

[Alarm Clock](examples/Example03_alarmClock/README.md) - a simple interactive application

There are then further examples that serve as a demonstration of how to use each individual type of widget.
There are then further examples that serve as a demonstration of how to use each individual type of widget. Most of the examples use 'polling' to check if widgets have been clicked to keep the examples simple. For larger applications you should use a callback function as per the callback example, which will be more efficient.

### Dependencies

Expand Down

0 comments on commit 36327b8

Please sign in to comment.