//
pkg.gl
Category
github.com/ziutek/emgo
egpath
src
nrf5
input
button
package
0.0.0-20211205205814-168ccc21e67c
Repository:
https://github.com/ziutek/emgo.git
Documentation:
pkg.go.dev
Versions
1
Dependencies
4
Dependents
0
Files
138 SLOC
#
Functions
NewIntDrv
NewIntDrv returns new IntDrv.
NewPollDrv
NewPollDrv returns new PollDrv.
#
Structs
IntDrv
IntDrv uses GPIOTE peripheral and interrupts to track changes in a button state.
PollDrv
PollDrv is polling driver that can handle multiple buttons connected to the same GPIO port.