From 604888260c85e37f73020ef661c5b4e21897feb6 Mon Sep 17 00:00:00 2001 From: Attila Magyar Date: Thu, 1 Jul 2021 11:54:11 +0200 Subject: [PATCH] Update README.md --- README.md | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a4ff8c0..910172f 100644 --- a/README.md +++ b/README.md @@ -437,9 +437,9 @@ For example: 'http://myhost.site/expense' http-post ``` -## Examples +### Examples -### Controlling a Daikin Air Conditioner +#### Controlling a Daikin Air Conditioner ```forth : cool ( temperature -- response http-code ) @@ -468,3 +468,15 @@ For example: out then ; ``` + +## Misc + +### Tone generator + +``` +forth +tone ( hz ms -- ) +``` + +The `tone` word is for generating a tone with a given frequency and duration. +