adkron / grovepi

Use the GrovePi in Elixir
Apache License 2.0
47 stars 9 forks source link

Add Basic Button functionality #2

Closed adkron closed 7 years ago

adkron commented 7 years ago

Generates pressed and released button events. Each button must be setup, and then you must register for events.

@tapickell

fhunleth commented 7 years ago

Merged! Many, many thanks for adding this and especially for starting the unit tests.