PiFaceDigital.write8 (METH)ΒΆ
METHOD write8 : BOOL
This method is used to write a data byte into a port using the following protocol: Byte0: 16#41 + hardware address Byte1: Port Byte2: Value return value: TRUE if successful
- InOut:
Scope
Name
Type
Comment
Return
write8
BOOL
Input
byHardwareAddress
BYTE (0..7)
hardware address
byPort
BYTE
port number to read
byValue
BYTE
value to write