MikroElektronika PIC Microcontrollers PIC16 Manuel d'utilisateur Page 84

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 172
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 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
Vue de la page 83
1 2 ... 79 80 81 82 83 84 85 86 87 88 89 ... 171 172

Commentaires sur ces manuels

Pas de commentaire