Asus AAEON VPC-5600S User Manual page 88

Mobile nvr
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 C – Digital I/O Ports
75

Advertisement

Table of Contents
loading

Table of Contents