We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20451ec commit 6ea10efCopy full SHA for 6ea10ef
content/hardware/02.hero/boards/uno-r4-wifi/tutorials/opamp-library-reference/giga-usb.md
@@ -2,12 +2,6 @@
2
title: OPAMP Library API Documentation
3
description: 'Learn how to use the on-board OPAMP on the Arduino R4 boards.'
4
author: Pedro Sousa Lima
5
-hardware:
6
- - hardware/10.mega/boards/giga-r1-wifi
7
-software:
8
- - ide-v1
9
- - ide-v2
10
- - web-editor
11
tags: [AMPOP, OPAMP]
12
---
13
@@ -29,7 +23,7 @@ Initializes the default op-amp channel. You can specify the speed mode as either
29
23
30
24
#### Parameters
31
25
32
-- `speed` (optional): The speed mode of the op-amp. Options are:
26
+ `speed` (optional): The speed mode of the op-amp. Options are:
33
27
- `OPAMP_SPEED_LOWSPEED`
34
28
- `OPAMP_SPEED_HIGHSPEED` (default)
35
0 commit comments