My World of IOT
Pages
Home
IOT
Arduino Uno
Raspberry pi
Beaglebone Black
Monday, 31 July 2017
Boolean operator
&&(and)
||(or)
!(not)
comparison operator
==
!=
<(less than)
>(greater than)
<=(less than or equal to)
>=(greater than or equal to)
arithmetic operator
=
+
-
*
/
%
#include
vngfd
#define
xckfvg
continue
( multiline comments) /*.....*/
dfgsd
(single line comments) //
sf
(curly braces) {..}
fgbhdg
(semicolon) ;
bdz
return
dgc
goto
jhdfzgdns
continue
jfvgnbr
break
dvfnb
Switch
sv sc
do while
cdbc
while
gvdf
for
gvn
if else
sfv
if
jdbvgn
loop()
bvfjdbvsf
setup()
ffv huilkyu oufh
Sunday, 30 July 2017
Beaglebone Black
Raspberry pi
Arduino Uno
What is Arduino Uno?
Language Constructs:
Structure of Code:
setup()
loop()
#include
#define
Control syntax :
if
if else
for
while
do while
switch
break
continue
goto
return
(semicolon) ;
(curly braces) {...}
(single line comments) //
(multi line comments) /*...*/
arithmetic operator
comparison operator
IOT
Newer Posts
Home
Subscribe to:
Comments (Atom)
Boolean operator
&&(and) ||(or) !(not)
( multiline comments) /*.....*/
dfgsd
#define
xckfvg
#include
vngfd