Skip to content

Commit

Permalink
Linter
Browse files Browse the repository at this point in the history
  • Loading branch information
pedromsousalima committed Dec 19, 2024
1 parent 87e5856 commit 2156c29
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Initializes the default op-amp channel. You can specify the speed mode as either
- `OPAMP_SPEED_LOWSPEED`
- `OPAMP_SPEED_HIGHSPEED` (default)

#### Returns
**Returns**

- `true` if initialization was successful.
- `false` if initialization failed.
Expand All @@ -38,7 +38,7 @@ Checks whether a specific op-amp channel is currently running.
**Parameters**
- `channel`: The channel number to check (0 to 3).

#### Returns
**Returns**
- `true` if the channel is active.
- `false` if the channel is inactive.

Expand Down

0 comments on commit 2156c29

Please sign in to comment.