Skip to content
This repository has been archived by the owner on Mar 19, 2020. It is now read-only.

set ringing? #17

Closed
MohsenShafiee opened this issue Jul 4, 2016 · 3 comments
Closed

set ringing? #17

MohsenShafiee opened this issue Jul 4, 2016 · 3 comments

Comments

@MohsenShafiee
Copy link

hi
how to set ringing the glowpad?

thanks in advance...

@rock3r
Copy link
Contributor

rock3r commented Jul 4, 2016

Hello @TheLoyalCruel I am not sure what you mean/what you're asking for, would you care to elaborate please?

@MohsenShafiee
Copy link
Author

MohsenShafiee commented Jul 5, 2016

thanks for the quick answer...
I wanted to simulate ringing motions... and a method which calls glowpad.ping for example every second!
but I handled it this way:

CountDownTimer cTimer = new CountDownTimer(15000, 500) {
    public void onTick(long millisUntilFinished) {
        glowPad.ping();
    }

    public void onFinish() {
        finish();
    }
};
cTimer.start();

@rock3r
Copy link
Contributor

rock3r commented Jul 5, 2016

Cool, seems like you sorted yourself out then :) Closing this.

@rock3r rock3r closed this as completed Jul 5, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants