Shuld I take lessons on C or Embedded C to programme arduino ?
hi folks, I want to learn arduino programming..but I don't have any programming experiences.I'm thinking about taking some C language lessons.will C help me to programme arduino? and I also heard that there is another language called Embedded C.I'm confused which C language should I learn to programme arduinos?
While formal computer science classes are not needed they do help quite a bit for understanding basic concepts and building a better understanding of good programming practices.
C is a great place to start since Arduino 1.0 is a C based programing environment. All other C languages are based around C, so its good to start at the beginning. A good foundation in C can lead you into more advanced programing languages such as Java and C#.
thank you so much mpilchfamily for the answer.I have decided to follow a C programming class to get an understanding from the basic.I think I can catchup.thanks again.
PDF Downloads As a Pro member, you will gain access to download any Instructable in the PDF format.
You also have the ability to customize your PDF download.
C is a great place to start since Arduino 1.0 is a C based programing environment. All other C languages are based around C, so its good to start at the beginning. A good foundation in C can lead you into more advanced programing languages such as Java and C#.