witnessmenow / spotify-api-arduino

Arduino library for integrating with the Spotify Web-API (Does not play music)
MIT License
178 stars 33 forks source link

Control playback #42

Closed Albumlight closed 2 years ago

Albumlight commented 2 years ago

Hello Brian, Very nice library! Deserves support. Looking at the examples, i.e. playback control.ino. Is it possible to add for example a hardware button to a command?

Best, Rodney

cojua8 commented 2 years ago

Of course, you can use the "debounce button" example, together with this library and make it work

Albumlight commented 2 years ago

Hi cojua8,

Yes, indeed. Made it work, but had to learn the basics first. Sorry for posting this as an isssue.

Albumlight commented 2 years ago

Supported. Great work !