Debug GPIO with LED

Debug GPIO with LED

During the daily device driver development routine, we often need to understand the behavior of the GPIO pins to understand if there is I2C traffic or if our driver is handling the coming interrupts and so on. Sometimes is not enough to mount the debugfs interfaces and read out the values or cat/grep the /proc/interrupts […]

Debug GPIO with LED Read More »