diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000000000000000000000000000000000000..792a8cd9d661a39554f6a13352f0fc40a110c87e Binary files /dev/null and b/.DS_Store differ diff --git a/images/regulator.png b/images/regulator.png new file mode 100644 index 0000000000000000000000000000000000000000..210926d8749ad2f00f165d7fb6d184c078f5e94d Binary files /dev/null and b/images/regulator.png differ diff --git a/index.html b/index.html index c7765eab117adda06a87190f348cca93333571a3..42716f0c3317cef94aac10a515a2ce6870e8b7cb 100644 --- a/index.html +++ b/index.html @@ -31,6 +31,8 @@ ___ - Capacitors - Transistors +- [Regulator.](regulator/index.html) + - [Inductors and motor driving.](inductors_motors/index.html) - [microcontroller](microcontroller/index.html) diff --git a/regulator/index.html b/regulator/index.html new file mode 100644 index 0000000000000000000000000000000000000000..f4a3e9f2cd382f058d85026f25b66fa9c4d7f179 --- /dev/null +++ b/regulator/index.html @@ -0,0 +1,29 @@ +<!DOCTYPE html> +<html> +<title>Electronics intro: regulators. </title> + +<xmp theme="journal" style="display:none;"> +<br> + + +## regulators + +A regulator provides a stable (regulated) voltage at its given output voltage, up to its specified ouput current. As an input, +it reguires a voltage larger than its output. + + [Datasheet](http://www.ti.com/lit/ds/symlink/lm3480.pdf) for the 3.3V 100mA regulator in the Fab inventory. + + +___ + +  + + +--- + + + +</xmp> + +<script src="../strapdown-gh-pages/strapdown-gh-pages/v/0.2/strapdown.js"></script> +</html>