From 20451ec75e5a6e8cf4e742bf1120421fe63f9dcc Mon Sep 17 00:00:00 2001 From: pedromsousalima <32345730+pedromsousalima@users.noreply.github.com> Date: Thu, 19 Dec 2024 12:18:39 +0100 Subject: [PATCH] Added reference to the OPAMP content --- .../tutorials/opamp-library-reference/giga-usb.md | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/content/hardware/02.hero/boards/uno-r4-wifi/tutorials/opamp-library-reference/giga-usb.md b/content/hardware/02.hero/boards/uno-r4-wifi/tutorials/opamp-library-reference/giga-usb.md index 641a76e72e..a96b00eb34 100644 --- a/content/hardware/02.hero/boards/uno-r4-wifi/tutorials/opamp-library-reference/giga-usb.md +++ b/content/hardware/02.hero/boards/uno-r4-wifi/tutorials/opamp-library-reference/giga-usb.md @@ -13,15 +13,8 @@ tags: [AMPOP, OPAMP] ## Overview -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. - -## Accessing the Library - -The library provides an instance of the `OpampClass`, which represents the operational amplifier controller: -```cpp -OpampClass OPAMP; -``` -This instance is used to call the library's methods. +The OPAMP library allows control over the on-board OP AMP encontered on Arduino R4 boards. +More information on implementation can be found [here](https://docs.arduino.cc/tutorials/uno-r4-wifi/opamp/). ## Supported Boards