diff options
Diffstat (limited to 'doc/FT245.md')
-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 |