Tag Archives: Arduino

Day 3 – Lost in Space

DIP (Dual Inline Package) switch: 3 switches: -On or Off -1 or 0 -True or False -Yes or No Conditional Logic: -IF (Primary decision making tool in code) -ELSE IF (Says to move on to the next condition); always follows … Continue reading

Posted in Microcontrollers | Tagged , | Leave a comment

Day 2 – really dark in here

Breadboard structure (horizontal position): Bus Strip – running length of blue (negative/ground), red (positive) and then to the other side, running length of blue (negative/ground) and red (positive). Terminal strip – rows a thru e and f thru j – … Continue reading

Posted in Microcontrollers | Tagged , | Leave a comment

Blink sketch in detail

Disclaimer: It’s been years since I looked at anything resembling programming. As I’m hyper-associative, my big challenge is immediately understanding the code, as my mind is firing off random questions, that can de-rail thinking. I think the best is to … Continue reading

Posted in Microcontrollers | Tagged , | Leave a comment