Skip to content

Commit

Permalink
fix link typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dkirkby committed Jan 22, 2024
1 parent d7dc1e9 commit 602a53e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aout.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ For a deeper dive into pulse-width modulation, visit this [interactive visualiza
- For fixed R and C values, does the smoothness of the output depend on the duty cycle? If so, how?
- For fixed R and C values, does the smoothness of the output depend on the supply voltage Vcc? If so, how?

PWM is often used to drive a servo motors: see [here](motors.md) for details.
PWM is often used to drive a servo motors: see [here](motor.html) for details.

Now that you have seen an example of analog output, you are ready for a closer look at how analog input works, since it internally relies on analog output. Visit this [interactive visualization](https://observablehq.com/embed/@dkirkby/adc?cells=intro%2Cviewof+nbits%2Cviewof+theBit%2Cdiagram%2Cviewof+Vin%2Cviewof+Vcc%2Cplot%2Cfooter) to answer these questions:
- What is the 8-bit ADC value corresponding to Vcc = 1V and Vin = 0.2V?
Expand Down

0 comments on commit 602a53e

Please sign in to comment.