From c30c53f0c4e94404c31d7383f2668e49c7a65cc1 Mon Sep 17 00:00:00 2001 From: DJPitissStyle91 Date: Sun, 24 Nov 2024 23:12:44 +0000 Subject: [PATCH] Typo fix --- ADC/Part2/Section1.md | 2 +- DECA/Part2/Section1.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ADC/Part2/Section1.md b/ADC/Part2/Section1.md index 3e30122..b9ff894 100644 --- a/ADC/Part2/Section1.md +++ b/ADC/Part2/Section1.md @@ -146,7 +146,7 @@ When you measure the output of the opamp you will see the offset of 2.5V added t You can remove the offset by setting the oscilloscope channel to AC mode. Then you can measure the amplitude of the output, compare it to the input and find the gain. -- [ ] Modify the inverting amplifier so it works correctly and check that the three requirements at the start of section~\ref{s:inv} have been achieved. +- [ ] Modify the inverting amplifier so it works correctly and check that the three requirements at the start of [inverting amplifier](#inverting-amplifier) have been achieved. ## Single-Supply Non-inverting Amplifier diff --git a/DECA/Part2/Section1.md b/DECA/Part2/Section1.md index d4cf23c..88d6238 100644 --- a/DECA/Part2/Section1.md +++ b/DECA/Part2/Section1.md @@ -35,8 +35,8 @@ When it receives this rising clock edge, it will output the value stored at the We will use a synchronous ROM for this part. Add a 'ROM (synchronous)' component (under the 'Memories' section of the Issie catalogue) and set it to have a 4-bit address input and 8-bit words. -Click on the ROM to select it, and then go to the `Properties' tab. -Click the `View/Edit memory content' button, and fill in the values of your text message in the memory editor window that appears. +Click on the ROM to select it, and then go to the 'Properties' tab. +Click the 'View/Edit memory content' button, and fill in the values of your text message in the memory editor window that appears. ![A ROM placed in a sheet](graphics/IssieROM.png)