Update README.md

This commit is contained in:
Attila Magyar 2021-07-01 11:54:11 +02:00 committed by GitHub
parent 65fc536e01
commit 604888260c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -437,9 +437,9 @@ For example:
'http://myhost.site/expense' http-post 'http://myhost.site/expense' http-post
``` ```
## Examples ### Examples
### Controlling a Daikin Air Conditioner #### Controlling a Daikin Air Conditioner
```forth ```forth
: cool ( temperature -- response http-code ) : cool ( temperature -- response http-code )
@ -468,3 +468,15 @@ For example:
out out
then ; then ;
``` ```
## Misc
### Tone generator
```
forth
tone ( hz ms -- )
```
The `tone` word is for generating a tone with a given frequency and duration.