-
Notifications
You must be signed in to change notification settings - Fork 33
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
Need better documentation on limitations for pins #71
Comments
Adds tests for pins with interrupt capabilities. Supports gh-71
This could also be integrated into the firmware. ie if someone types |
That's what happens already ;)
The following illustrates: var tessel = require('tessel');
tessel.port.A.pin[0].once('high', function() {
console.log('interrupted going high');
});
|
Ah my mistake! I mixed up |
ha, that's actually the problem, people have to guess and check to find that out. |
this documentation error has been fixed a while ago: https://tessel.io/docs/hardwareAPI#ports-and-pins |
reopening because we should give people a path forward in the error message |
Signed-off-by: Rick Waldron <[email protected]>
Signed-off-by: Rick Waldron <[email protected]>
E.g. only pins 2,5,6,7 on both ports support interrupts.
Other important information that needs documentation?
The text was updated successfully, but these errors were encountered: