Aaeon EMB-H61B Instrukcja Użytkownika Strona 79

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 81
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 78
Indust ria l M o t herboa rd EMB-H61B
Appendix C Electrical Specifications for I/O Ports
C-7
************************************************************************************
Boolean
AaeonReadPinStatus(byte LDN, byte Register, byte BitNum)
{
Boolean PinStatus ;
PinStatus = SIOBitRead(LDN, Register, BitNum);
Return PinStatus ;
}
VOID
AaeonSetOutputLevel(byte LDN, byte Register, byte BitNum,
byte Value)
{
ConfigToOutputMode(LDN, Register, BitNum);
SIOBitSet(LDN, Register, BitNum, Value);
}
************************************************************************************
Przeglądanie stron 78
1 2 ... 74 75 76 77 78 79 80 81

Komentarze do niniejszej Instrukcji

Brak uwag