Skip to content

Commit 65e519c

Browse files
committed
add further readings and author
1 parent 094f817 commit 65e519c

File tree

2 files changed

+6
-2
lines changed
  • content/hardware/02.hero/boards

2 files changed

+6
-2
lines changed

content/hardware/02.hero/boards/uno-r4-minima/tutorials/opamp/opamp.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: 'Arduino UNO R4 Minima OPAMP'
33
description: 'Learn how to use the built-in Operational Amplifier in the UNO R4 Minima'
44
tags:
55
- OPAMP
6-
author: 'Hannes Siebeneicher'
6+
author: 'Maximilian Gerhardt, Hannes Siebeneicher'
77
hardware:
88
- hardware/02.hero/boards/uno-r4-minima
99
software:
@@ -73,4 +73,5 @@ void setup () {
7373
}
7474
7575
void loop() {}
76+
7677
```

content/hardware/02.hero/boards/uno-r4-wifi/tutorials/opamp/opamp.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: 'Arduino UNO R4 WiFi OPAMP'
33
description: 'Learn how to use the built-in Operational Amplifier in the UNO R4 WiFi'
44
tags:
55
- OPAMP
6-
author: 'Hannes Siebeneicher'
6+
author: 'Maximilian Gerhardt, Hannes Siebeneicher'
77
hardware:
88
- hardware/02.hero/boards/uno-r4-wifi
99
software:
@@ -61,6 +61,8 @@ Below is a capture of an oscilloscope in which an approx. 2 V square wave (green
6161

6262
![OPAMP Circuit](./assets/circuitAmplifier.png)
6363

64+
***Read more about an amplifier circuit [here](https://www.electronics-tutorials.ws/opamp/opamp_3.html).***
65+
6466
## Code
6567

6668
To start up the opamp, simply include the library and call `OPAMP.begin(speed)`. As the optional `speed` argument to this function, can choose either `OPAMP_SPEED_LOWSPEED`` as the low-speed (=lower power) mode or `OPAMP_SPEED_HIGHSPEED` as the high-speed, high-power mode.
@@ -73,4 +75,5 @@ void setup () {
7375
}
7476
7577
void loop() {}
78+
7679
```

0 commit comments

Comments
 (0)