50ButtonsEach / fliclib-android

Creative Commons Zero v1.0 Universal
33 stars 22 forks source link

Can I use multiple Flics button simultaneously ? #19

Open hoang89yenthe opened 7 years ago

hoang89yenthe commented 7 years ago

In case I connected 2 Flics button, how I receive the button objects

Emill commented 7 years ago

You simply grab one button at a time

hoang89yenthe commented 7 years ago

@Emill : This mean, I will grab the first Flic button and then call registerListenForBroadcast for this button. After that, I grab the second flic button and then call registerListenForBroadcast for second Flic button ?

Emill commented 7 years ago

Yes!