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
Next Next commit
fixed linter and header
  • Loading branch information
pedromsousalima committed Dec 19, 2024
commit 6ea10efc9478ec55305682058241caa9e2d339df
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,6 @@
title: OPAMP Library API Documentation
description: 'Learn how to use the on-board OPAMP on the Arduino R4 boards.'
author: Pedro Sousa Lima
hardware:
- hardware/10.mega/boards/giga-r1-wifi
software:
- ide-v1
- ide-v2
- web-editor
tags: [AMPOP, OPAMP]
---

Expand All @@ -29,7 +23,7 @@ Initializes the default op-amp channel. You can specify the speed mode as either

#### Parameters

- `speed` (optional): The speed mode of the op-amp. Options are:
`speed` (optional): The speed mode of the op-amp. Options are:
- `OPAMP_SPEED_LOWSPEED`
- `OPAMP_SPEED_HIGHSPEED` (default)

Expand Down
Loading