Loading...
 Operadores Lógicos

    * & (and) e lógico
    * | (or) ou lógico
    * ^ (xor)---- lógico
    * ~ (bitwise not) ----
    * << (bitshift left) ----
    * >> (bitshift right) ----

 Escopo de Variáveis & Qualifiers

    * variable scope
    * static
    * volatile
    * const
    * PROGMEM