summaryrefslogtreecommitdiff
path: root/skey.c
AgeCommit message (Collapse)Author
2017-12-07changed the update function from being timer based to thread based so that ↵knolax
it can sleep. it may be because of the fact that it couldn't sleep that it was causing kenel panics
2017-12-07added functions to explicitly set pins as input or output do to kernel ↵knolax
panics when trying to use gpio_set_value()
2017-12-07added basic keypress scanning functionality to the update functionknolax
2017-12-07initial commitknolax