MikroElektronika PIC Microcontrollers PIC16 Instrukcja Użytkownika Strona 94

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 172
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 93
mikroBASIC
- Basic Compiler for Microchip PIC microcontrollers
select case W
case 0
B = 1
PORTB = B
case 1
A = 1
PORTA = A
case else
PORTB = 0
end select
...
select case Ident
case testA
PORTB = 6
Res = T mod 23
case teB + teC
T = 1313
case else
T = 0
end select
MikroElektronika:
Development
tools
-
Books
-
Compilers
mikroBASIC
making it simple...
89
page
Examples
Przeglądanie stron 93
1 2 ... 89 90 91 92 93 94 95 96 97 98 99 ... 171 172

Komentarze do niniejszej Instrukcji

Brak uwag