Asus AAEON BOXER-6403M User Manual page 91

Hide thumbs Also See for AAEON BOXER-6403M:
Table of Contents

Advertisement

************************************************************************************
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);
}
************************************************************************************
Appendix D – Digital I/O Ports
78

Advertisement

Table of Contents
loading

Table of Contents