const
keyword?long
, int
, float
and bool
and when would you choose one over another?void
mean in the context of a function declaration?return
keyword used and in general what does it mean to return from a function?setup()
function do?loop()
function do?delay()
function?if
/ else
statement?if
/ else if
/ else
statement?millis()
function and how does it work?micros()
function and how does it work?digitalRead()
, digitalWrite()
, and pinMode()
?