Skip to content

Commit

Permalink
Ah one more thing
Browse files Browse the repository at this point in the history
  • Loading branch information
djowel committed Sep 13, 2024
1 parent 3eac7ed commit fd57b93
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/modules/ROOT/pages/reference/misc/schmitt_trigger.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,10 @@ struct schmitt_trigger
|===
| Expression | Semantics

| `schmitt_trigger(h)` | Construct a `schmitt_trigger` with specified hysteresis, `h`.
| `schmitt_trigger(hdb)` | Construct a `schmitt_trigger` with specified hysteresis, `h` (in dB).
| `schmitt_trigger(h)` | Construct a `schmitt_trigger` with specified
hysteresis, `h`.
| `schmitt_trigger(hdb)` | Construct a `schmitt_trigger` with specified
hysteresis, `hdb` (in decibels).
| `a = b` | Assign `b` to `a`.
|===

Expand Down

0 comments on commit fd57b93

Please sign in to comment.