ATC_TLSR_Paper
ATC_TLSR_Paper copied to clipboard
gpio_read(..) function call returns 2!!!
Hi, What does it mean when gpio_read(..) returns 2? Specifically, gpio_read(EPD_BUSY);
The source code comments implies that it can only return values 0 or 1.
So, it looks like the function gpio_read really returns zero for low, and non-zero for high.