summaryrefslogtreecommitdiff
path: root/gpio.c
AgeCommit message (Expand)Author
2018-11-15remove debug outputfreeonebookJakob Kaivo
2018-11-10don't initialize GPIO ports that aren't actually being usedJakob Kaivo
2018-11-10only report button presses twice, which is better than hundreds of times, but...Jakob Kaivo
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