This clock is my first program on Arduino not copied from the internet. Libraries required me to learn the commands on top of learning C so I made this from scratch in order to figure out how to do things. It's not efficient but nothing I've seen over the internet will work on my arduino with my system. They always have something not compatible with something I'm using and it gives me a headache.
So this is a weeks worth of learning with full comments (not normal but it should be) explaining what everything does so you can use some of this in your own programs and learn "what does what" as well as "how to do this". I've even included comments on additions to be made for anyone wanting to take it further.
We noobs gotta stick together cause we can't learn from someone speaking a language we haven't learned yet right? ...
Binary_Clock_Build.fz (748 KB)
Simple_Clock_Binary_ino.ino (4.94 KB)