Skip to content
Snippets Groups Projects
Commit b12052da authored by Robert Hart's avatar Robert Hart
Browse files

add Rob's changes

parent 162b0c3b
Branches
No related tags found
No related merge requests found
Pipeline #2562 passed
images/inductor_circuit.jpg

17.4 KiB | W: | H:

images/inductor_circuit.jpg

20.3 KiB | W: | H:

images/inductor_circuit.jpg
images/inductor_circuit.jpg
images/inductor_circuit.jpg
images/inductor_circuit.jpg
  • 2-up
  • Swipe
  • Onion skin
images/input_output.jpg

22.1 KiB

images/pot_input.jpg

19.9 KiB

...@@ -47,5 +47,5 @@ ...@@ -47,5 +47,5 @@
</xmp> </xmp>
<script src="../strapdown-gh-pages/strapdown-gh-pages/v/0.2/strapdown.js"></script> <script src="../../../../strapdown/strapdown.js"></script>
</html> </html>
...@@ -31,17 +31,25 @@ Pins: Supply (2.7-5.5V), ground, reset. Other pins available for input and out ...@@ -31,17 +31,25 @@ Pins: Supply (2.7-5.5V), ground, reset. Other pins available for input and out
This is used, for example, to make a simple button input circuit. This is used, for example, to make a simple button input circuit.
![picture](../images/input_pullup.jpg) ![picture](../images/input_pullup.jpg)
---
- Analog to Digital converter. (ADC) "Analog" input. Uses digital process to infer analog voltage. - Analog to Digital converter. (ADC) "Analog" input. Uses digital process to infer analog voltage.
![picture](../images/pot_input.jpg)
---
- Built-in analog amplifier. Attiny45 has a 20X differential amplifier. - Built-in analog amplifier. Attiny45 has a 20X differential amplifier.
#### Output. #### Output.
- Digital output. Low, high, tri-state. - Digital output. Low (0 V), high (Supply voltage, e.g. 5V), tri-state (floating, with high input impedance).
- what can the ucontroller drive? - what can the ucontroller drive?
- Things with high input impedance: FETs, Piezoelectric transducers, other microcontroller inputs. - Things with high input impedance: FETs, Piezoelectric transducers, other microcontroller inputs.
- To some extent, things with low imput impedance: maximum current is 40mA per I/O pin. Enough to (over)drive LEDs. - To some extent, things with low imput impedance: maximum current is 40mA per I/O pin. Enough to (over)drive LEDs.
- One way to get "Analog" out: Pulse width modulation (PWM) - One way to get "Analog" out: Pulse width modulation (PWM)
![picture](../images/input_output.jpg)
--- ---
...@@ -49,5 +57,5 @@ Pins: Supply (2.7-5.5V), ground, reset. Other pins available for input and out ...@@ -49,5 +57,5 @@ Pins: Supply (2.7-5.5V), ground, reset. Other pins available for input and out
</xmp> </xmp>
<script src="../strapdown-gh-pages/strapdown-gh-pages/v/0.2/strapdown.js"></script> <script src="../../../../strapdown/strapdown.js"></script>
</html> </html>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment