GPIO write
Posted: Sun Mar 20, 2011 7:34 am
I am using sub_gpio_write() for setting the values of pins. But how can I set the individual pins without affecting the status of other pins using this function?
Discussions related to XDIMAX and CoolAutomation products
http://xdimax.net/forum/
• mask - Bit in set parameter will take effect only if corresponding mask bit is "1". With mask=0 function will only read current GPIO output status.