98Views1Replies
C Programming
Hey, I would like to start learning C (yes, I want to learn C, not C++, because so then I will be able to prgram the Arduino), so I wondered if any of you guys know a good tutorial or a good book on how to learn C.
Sorry my english is not good, I do not live in an english speaking country.
SKC
Discussions
Best Answer 9 years ago
To start with arduino, hit up the official website
http://arduino.cc
the learning and reference sections cover intros, demos, and wiring for basic circuits -- it's then just a trivial matter to start adding those demos together to make more complex projects.
I find the best learning comes from reading well commented code, running it, and seeing exactly what happens.