DAC_6bit

FIUBA IIE TPG Arduino code explained and Extended for pins in different port
Index Commits Files Refs README
commit 780261774ed77691c96e20f562830fc8fa955bd6
parent 8c5f53956e640b81fde3e393cc92c8d1cb87ac68
Author: Martin Kloeckner <mjkloeckner@gmail.com>
Date:   Sun,  3 Dec 2023 16:23:57 -0300

Add README.md

Diffstat:
AREADME.md | 8++++++++
1 file changed, 8 insertions(+), 0 deletions(-)
diff --git a/README.md b/README.md
@@ -0,0 +1,8 @@
+# Arduino DAC Multiport
+
+This is an Arduino program to run a 6Bit DAC using a [R2R
+ladder](https://en.wikipedia.org/wiki/Resistor_ladder)
+
+The code is a slight modified version of a previously existing one that adds the
+ability to use pins from different ports instead of all the pins from the same
+port.