Skip to content

Commit 20451ec

Browse files
Added reference to the OPAMP content
1 parent 1ff6f40 commit 20451ec

File tree

1 file changed

+2
-9
lines changed
  • content/hardware/02.hero/boards/uno-r4-wifi/tutorials/opamp-library-reference

1 file changed

+2
-9
lines changed

content/hardware/02.hero/boards/uno-r4-wifi/tutorials/opamp-library-reference/giga-usb.md

+2-9
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,8 @@ tags: [AMPOP, OPAMP]
1313

1414
## Overview
1515

16-
The OPAMP library provides an interface to initialize and manage operational amplifiers (op-amps) on supported Arduino boards. This documentation details the public functions available for user interaction.
17-
18-
## Accessing the Library
19-
20-
The library provides an instance of the `OpampClass`, which represents the operational amplifier controller:
21-
```cpp
22-
OpampClass OPAMP;
23-
```
24-
This instance is used to call the library's methods.
16+
The OPAMP library allows control over the on-board OP AMP encontered on Arduino R4 boards.
17+
More information on implementation can be found [here](https://docs.arduino.cc/tutorials/uno-r4-wifi/opamp/).
2518

2619
## Supported Boards
2720

0 commit comments

Comments
 (0)