diff options
author | Leonard Kugis <leonard@kug.is> | 2024-05-15 22:25:36 +0200 |
---|---|---|
committer | Leonard Kugis <leonard@kug.is> | 2024-05-15 22:25:36 +0200 |
commit | 7789a69bd2a750043ffd3daee23bfca8cbb625a0 (patch) | |
tree | 3d1a60e4924a73421b19caf2cd04e8df425cb91b | |
parent | 992ae9bf55f33bab199cecf208b546295487dffe (diff) |
FT245.md: Optical optimization
-rw-r--r-- | doc/FT245.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/FT245.md b/doc/FT245.md index 2bec1cc..7f677ba 100644 --- a/doc/FT245.md +++ b/doc/FT245.md @@ -1210,7 +1210,7 @@ Parameters: - `ft245`: `ft245_t` instance. -## `void FT245_periodic(ft245_t *ft245)` +### `void FT245_periodic(ft245_t *ft245)` Runs the internal communication logic and iterates the state machine. Automatically toggles the `CLK` signal and responds to input signals. Needs to be called periodically via timer interrupt or in a loop for this driver |