-
Recent Posts
Recent Comments
Monthly Archives: December 2024
Day 4 – Lost in Space
PinMode (in Setup): -Switches – input -LEDs – output // #define CABIN_LIGHTS_PIN 10 // pin controlling the cabin lights// #define STORAGE_LIGHTS_PIN 11 // pin controlling the storage lights// #define COCKPIT_LIGHTS_PIN 12 // pin controlling the exterior lightsconst byte CABIN_LIGHTS_PIN = … Continue reading
Posted in Uncategorized
Leave a comment
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
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