-
Notifications
You must be signed in to change notification settings - Fork 1
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
T2 Issues #3
Comments
Ahh, this is being tracked on tessel/hardware-modules#5 |
There are actually two issues related to using this for T2.
Where as T2 expects:
It may not be the best solution, but I got the following to work for both T1 & T2:
|
@dudleyjosh thanks for this. I have the tessel2 and that change made this library work. Yes you're right the difference is in how the 1 and 2 interpret the .read method. Tessel2 passes error and then value whereas Tessel1 just passes value. |
@dudleyjosh 👍 , glad to help if needed |
I'm not sure if these are the
tessel
issues ortessel-button
issues, but lets figure that out!buttonPin
is set toA0
and I get this errorThe hardware pin mapping doesn't say pin 0 is any different other than that it's pulled up, that's unfortunate.
Alright lets try again with pin A2, since that should be like any other.
What? I can confirm that again when I try to run something like this directly on the t2's repl.
I get the same error.
The text was updated successfully, but these errors were encountered: