MikroElektronika PIC Microcontrollers PIC16 Instrukcja Użytkownika Strona 84

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 172
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 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
Przeglądanie stron 83
1 2 ... 79 80 81 82 83 84 85 86 87 88 89 ... 171 172

Komentarze do niniejszej Instrukcji

Brak uwag