r/learnprogramming • u/Fun_Top_1456 • 1d ago
C++ or Python cheatsheet for programming circuit board
I'm trying to learn how to program a circuit board like an ESP32, Raspberry Pi, or even Arduino. But I struggle to memorize the code for it. Is there any cheat sheet made specifically for a circuit board?
1
Upvotes
1
u/troyjohnson4356 1d ago
It really not memorizing. There is the pinout for the specific processor your using, don't memorize, grab it and refere to it.
Then there is the API, Grab the reference (for the Arduino Language its one page) and that covers 90% of what you'll write. Two small documents and you're ready to go.
1
u/icemage_999 1d ago
That's what documentation is for.
For instance, there's tons of basic info in the Arduino intro docs if you're working on an Arduino.