-
Notifications
You must be signed in to change notification settings - Fork 115
fw digitalwrite
Ken Sharp edited this page Dec 10, 2025
·
2 revisions
Writes values to the specified digital output channel(s).
DigitalWrite(unsigned char numChans, unsigned char* channels, unsigned char* values);numChans
The number of digital output channels to write to.
channels
A pointer to the first element in a byte array containing the digital channels to write to.
values
A pointer to the first element in an unsigned byte array that contains the bit packed digital values to write.
int status