MikroElektronika PIC Microcontrollers PIC16 Manual de usuario Pagina 84

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 172
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 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 pagina 83
1 2 ... 79 80 81 82 83 84 85 86 87 88 89 ... 171 172

Comentarios a estos manuales

Sin comentarios