Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

readAccelerometer(callback) is not a function #10

Open
ghettokon opened this issue Aug 1, 2017 · 1 comment
Open

readAccelerometer(callback) is not a function #10

ghettokon opened this issue Aug 1, 2017 · 1 comment

Comments

@ghettokon
Copy link

ghettokon commented Aug 1, 2017

Hi all,
I tried to modify the setLed example to read the accelerometer info from the bean +, I changed 1 line in the code, from bean.setLed(0, 255, 0, (err)=> { to bean.readAccelerometer((err)=> {, the rest are the same.

I got this error:
TypeError: bean.readAccelerometer is not a function

@ghettokon
Copy link
Author

I read through the log and realized the .js is also trying to connect to my watch, and the error may because my watch doesn't respond to bean.readAccelerometer((err)=> {...

In that case, how do I connect to Bean+ only?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant