Watson-Personal-Assistant / AudioClientSampleCodeJava

Apache License 2.0
1 stars 5 forks source link

Change GPIO pins used for simple interface to not conflict with Sense-HAT #13

Closed esilky closed 5 years ago

esilky commented 5 years ago

The 'simple' interface uses 5 GPIO pins (2 input switches and 3 output LEDs). Some controllers use a Sense-HAT to display much more information than the RGB LED does. It has been requested that both interfaces be able to coexist and be connected and used at the same time.

The GPIO pins used were selected before knowing that a Sense-HAT would be used.

Change the GPIO pins used so that they don't conflict with the Sense-HAT to allow both to be connected and used together.

esilky commented 5 years ago

Complete. Waiting on PR review.

esilky commented 5 years ago

This was closed some time ago. The issue just wasn't closed.