summaryrefslogtreecommitdiff
path: root/gpio.c
AgeCommit message (Expand)Author
2018-11-10capture button presses and shutdown requestsJakob Kaivo
2018-11-10replace if(cond)return bool;return !bool; with return !condJakob Kaivo
2018-11-10fix incorrect stringsJakob Kaivo
2018-11-10split GPIO stuff into separate fileJakob Kaivo