Method DigitalPortRead
DigitalPortRead(int)
Reads the current state of all the digital pins in the specified port.
public byte DigitalPortRead(int port)
Parameters
port
intThe number of the digital port (i.e. collection of 8 pins) to read.
Reads the current state of all the digital pins in the specified port.
public byte DigitalPortRead(int port)
port
intThe number of the digital port (i.e. collection of 8 pins) to read.