User manual

www.sainsmart.com
Copyright © 2013 SainSmart All Rights Reserved
Arduino C Grammar
Arduino grammar is built on the basis of C/C + +, in fact is also the basic C grammar, Arduino
grammar not only put some related parameters Settings are function change, we have no need to
understand his bottom, let us to know AVR micro control unit (MCU) friend can also easy to fit in.
So here I'll simple comment the Arduino grammar.
Control Structures
If
if...else
for
switch case
while
do... while
break
continue
return
goto
Further Syntax
;
{}
//
/* */
Operators
++
--
+=
-=
*=
/=
=
+
-
*
/
%
==
!=
<
>
<=