From 5ea06380dc893b2adab0d9a661ad1a36de031611 Mon Sep 17 00:00:00 2001 From: Attila Magyar Date: Sat, 3 Jul 2021 18:37:00 +0200 Subject: [PATCH] Update README.md --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.md b/README.md index 9c729e5..5c67bb3 100644 --- a/README.md +++ b/README.md @@ -521,3 +521,19 @@ tone ( hz ms -- ) The `tone` word is for generating a tone with a given frequency and duration. +### Camera LED + +```forth +torch ( n -- n ) +``` + +`torch` toggles the built-in camera LED. + +```forth +1 torch . +500 ms +0 torch . +``` + +This will turn on the LED for 500 milliseconds. +