From bd3f7cef908f3e3b173b1617f77416d33c258b0c Mon Sep 17 00:00:00 2001 From: pangduckwai Date: Fri, 26 Apr 2019 23:08:34 +0800 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 12bc939..46bf0f5 100644 --- a/README.md +++ b/README.md @@ -84,7 +84,7 @@ The Python code in this repo (`monitor.py`) display system information of the Pi The screen will turn off after idling for around 20 seconds. ### CPU usage -The original Python code in this repo (`monitor.py`) is adopted from `demo.py` provided by the manufacturer, which is no good for 'production' use. Because your Pi will be too busy looking for button inputs instead of doing anything else useful. +The original version was adopted directly from `demo.py` provided by the manufacturer, which is no good for 'production' use. Because your Pi will be too busy looking for button inputs instead of doing anything else useful. The latest version utilize GPIO input detection instead of busy wait, which is much more reasonable CPU-wise.