I had some Arduino code, but all I did was check to see if it executes and sends a response on the serial port. Today, I ensured that pins at least get controlled in the sense of can I turn them on and off and measure the voltage on the pins. I added some code directly to set the pin outputs. After a while of fighting against a missing ‘break’ in my switch statement, I got it to work. Now to heighten my warnings….