You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/hardware/02.hero/boards/uno-r4-wifi/tutorials/opamp-library-reference/giga-usb.md
+2-9
Original file line number
Diff line number
Diff line change
@@ -13,15 +13,8 @@ tags: [AMPOP, OPAMP]
13
13
14
14
## Overview
15
15
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/).
0 commit comments