mirror of
https://github.com/zeroflag/fcl.git
synced 2025-01-11 20:01:10 +01:00
Update README.md
This commit is contained in:
parent
65fc536e01
commit
604888260c
1 changed files with 14 additions and 2 deletions
16
README.md
16
README.md
|
@ -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.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue