im looking for someone to help me understand with programming does anyone have any suggestions on anywhere i could go to learn
Arduino Programming Course
Programming course
Listing of downloadable 'Arduino PDFs' :
Either Google >>>- - - - > arduino filetype: pdf
Or click the link immediately below:
100s of PDFs for Arduino
Arduino_Cheat_Sheet-11-12-13.pdf
2.35 MB
Watch these:
Arduino programming syntax:
https://m.youtube.com/watch?v=CbJHL_P5RJ8
Arduino arithmetic operators:
https://m.youtube.com/watch?v=UUx0_s-ElSs
Arduino control flow:
https://m.youtube.com/watch?v=QpPGGuaGbCA
Arduino data types:
https://m.youtube.com/watch?v=xmZXWMEltEc
- Arduino examples in the IDE.
- https://docs.arduino.cc/programming/.
- General C/C++ programming websites. They however are written for PCs and things like a printf() (that might be used) do not exist in the Arduino world.