MikroElektronika PIC Microcontrollers PIC16 Manual do Utilizador Página 84

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 172
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 83
mikroBASIC
- Basic Compiler for Microchip PIC microcontrollers
Boolean operators are not true operators, because there is no boolean data type
defined in mikroBasic.
These "operators" conform to standard Boolean logic. They cannot be used with
any data type, but only to build complex conditional expression.
if (astr > 10) and (astr < 20) then
PORTB = 0xff
end if
MikroElektronika:
Development
tools
-
Books
-
Compilers
mikroBASIC
making it simple...
79
page
Boolean Operators
Operator Operation
not negation
and conjunction
or disjunction
Example
Vista de página 83
1 2 ... 79 80 81 82 83 84 85 86 87 88 89 ... 171 172

Comentários a estes Manuais

Sem comentários