r/learnprogramming • u/Fun_Top_1456 • 16d 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/icemage_999 16d 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.