Learning ide programming

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

  1. Arduino examples in the IDE.
  2. https://docs.arduino.cc/programming/.
  3. 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.

Here is the path to knowledge. From arduino.cc click Documentation, then click Learn, then work through the Topics in the left side starting with Ecosystem.