This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong.
Configures the specified digital pin(s) as input or output.
<WRAP tip>===Developer Note=== The Set DIO Pin Direction VI takes an array of clusters. Each cluster contains a U8 for the pin number and an enum for the direction (0=output / 1=input). This will allow the user to configure/reconfigure an arbitrary number of pins in a single call. </WRAP>
<WRAP tip>===Developer Note=== Loop over each pin byte. Set the direction of the pin based on the corresponding direction bit.</WRAP>
No function specific statuses. See return_status for universal return statuses.
linx