Skip to content

Releases: mjordan56/AndroidIoTFirstDevice

Combined Button and LED GPIO

02 May 22:44
Compare
Choose a tag to compare

This release combines the functionality of the button switch events with controlling the blinking state of the LED. The user can now control turning the LED blinking behavior on or off by pushing the button switch.

Blink an LED

02 May 22:15
Compare
Choose a tag to compare

This release added support for controlling an LED connected to a GPIO port.

Handle Button Events

02 May 21:43
Compare
Choose a tag to compare

This release added support for communicating with a GPIO port based on a hardware input event; i.e. a button push.

HomeActivity

02 May 17:34
Compare
Choose a tag to compare

This release is the bare minimum Android Things first device app. The app creates an activity that checks the available GPIO ports available on a Raspberry Pi 3 on start-up.