Misc-small-projects/School/vg1/Dataelektronikk/Examples
Daniel Løvbrøtte Olsen fdeba71bab Create readme.md
2016-05-10 22:03:29 +02:00
..
Multiplexer.ino Create Multiplexer.ino 2016-04-15 09:52:02 +02:00
readme.md Create readme.md 2016-05-10 22:03:29 +02:00
Seven segments.ino used defines instead of integers 2016-05-10 22:00:46 +02:00

Made this to teach classmate who didn't know much about arduino different concepts.

#Seven segments Displays different numbers to a seven segmented display, aaamazing, right? Is an example of using switches, #defines, for loops and making functions

#Multiplexer Super silly, absolutely no reason to do this ever. But it did show him the concept of multiplexing.

And I guess it saves on power consumtion!