Skip to content

[PXCT-328] OPAMP Library API #2340

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Linter
  • Loading branch information
pedromsousalima committed Dec 19, 2024
commit 2156c291cf6553f902ab22f8fba30f9ba3873e8d
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
Loading