From 36327b8fd187a3aa310778df1194625849eb69c5 Mon Sep 17 00:00:00 2001 From: Nick Reynolds Date: Sun, 2 Jan 2022 12:12:10 +0000 Subject: [PATCH] Mention callbacks in main README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index be4a541..a703643 100644 --- a/README.md +++ b/README.md @@ -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