Skip to content

Commit f340349

Browse files
authored
Center images and adjust size (can be further readjusted).
1 parent 7434247 commit f340349

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

libraries/OPAMP/README.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,9 @@ Both the Uno R4 Minima and WiFi feature their OPAMP channel 0 output on the same
4040
* Analog A2: Minus
4141
* Analog A3: Output
4242

43-
![symbol](amp_symbol.png)
43+
<p align="center">
44+
<img src="amp_symbol.png"></a>
45+
</p>
4446

4547
(Vs+ is fixed to about 5V, Vs- is fixed to GND.)
4648
## Testing
@@ -53,6 +55,10 @@ For an amplifier circuit, see https://www.electronics-tutorials.ws/opamp/opamp_3
5355

5456
Below is a capture of an oscilloscope in which a circa 2V square-wave (green, channel 2) is amplified to 4V square-wave (yellow, channel 1) with the aforementioned circuit. The input signal was generated by a function generator (and shared GND was connected).
5557

56-
![amp](amp_screenshot.png)
58+
<p align="center">
59+
<img src="amp_screenshot.png" width="75%"></a>
60+
</p>
5761

58-
![amp_circuit](amp_circuit.png)
62+
<p align="center">
63+
<img src="amp_circuit.png" width="40%"></a>
64+
</p>

0 commit comments

Comments
 (0)