Updated: September 7, 2023
Original: September 20, 2018
The Arduino Basics Cheatsheet is a free PDF download providing tips and concise notes for commonly used commands and operations when using the Arduino platform. It also includes specific information about the Arduino UNO. This quick guide includes the base material that you’ll use time and again.
This cheatsheet is provided as a free service to our valued readers. Please help us continue this endeavor by considering a GitHub sponsorship or a PayPal donation.
John,
Thank you for including the comment about not using pins D0 and D1 while using the USB. I just ran into this when testing my Mega2560 Sensor Shield with LEDs. The LEDs were always on when attached to those pins and I suspected it had something to do with the TX and RX capability and maybe the USB. I also tested it on my UNO and got similar results, so I went looking for the answer. So it applies to the Mega2560 as well as the UNO at least.
I just found your workshop by reference from the Arduino Forum. It looks like I will be spending more time on your workshop to help me learn the Arduino. I have an electronics 2 year degree from 1985 and am a Ham radio operator, but am relearning electronics and programming by learning the Arduino and the Raspberry Pi too.
You are very welcome. I’m happy to hear that we can be a new resource for you.
I did not know the Arduino Mega 2560 was also wired the same way. Thanks for letting me know.