Im new on arduino so any one can help me and tell me where i can find the file or download the symbols of the IDE language , like the C/C++ language is available you can read it and learn it , while the IDE is missing , for example LOW IS = to off, this world with capital letter this without etc.... .
I understand that i can use C language with the IDE thats great but i cant find the IDE , any pdf file or any download please inlight me .
Thank you
Have you looked at Arduino Reference
i cant find the IDE ,
Do you really mean that or is it a case of poor English ?
elias1:
Im new on arduino so any one can help me and tell me where i can find the file or download the symbols of the IDE language , like the C/C++ language is available you can read it and learn it , while the IDE is missing , for example LOW IS = to off, this world with capital letter this without etc.... .
I understand that i can use C language with the IDE thats great but i cant find the IDE , any pdf file or any download please inlight me .
Thank you
You can also access the "Reference" from the IDE menu, under >Help >Reference
And LOW is not necessarily equal to 'off'. That depends on whether whatever is connected is 'active-high' or 'active-low'. It's better to look at LOW as 0V, and HIGH as 5V, (or 3.3V with some boards).
thanks a lot i really didnt see the reference link in learning ,though still not understanding lot of things in this programming and how to hook multi functions together but time = best teacher with your help.
Hi,
As Delta_G has indicated, there are a few gazilions of C++ tutorials online.
Not too long ago, someone in the forum suggested the one at sololearn.com
I have gone through it (partially) and found it interesting.
Heres a link : http://www.sololearn.com/Course/CPlusPlus/
but going through the examples included in the ide is really good and hanging out in the forum and checking the various posts and seeing the suggestions from the more seasoned people is quite educational too...
dan