AAEON AIS-E1-H61A User Manual

Page 108

Advertising
background image

A d v a n c e d S ys t e m

C o n t r o l l e r

A I S - E 1 - H 6 1 A

Appendix D Electrical Specifications for I/O Ports

D-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);

}
************************************************************************************

Advertising