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

ADD ability to determine if channel is railed #52

Open
andrewjaykeller opened this issue Apr 28, 2016 · 0 comments
Open

ADD ability to determine if channel is railed #52

andrewjaykeller opened this issue Apr 28, 2016 · 0 comments

Comments

@andrewjaykeller
Copy link

andrewjaykeller commented Apr 28, 2016

Would be nice if we could query a channel number and see if it is railed like

for ( i = 0; i < board.numberOfChannels(); i++) {
    var railed = board.isRailedChannel(i + 1);
    if (railed) console.log("Channel " + (i+1) " railed");
}
@andrewjaykeller andrewjaykeller changed the title Add ability to determine if channel is railed ADD ability to determine if channel is railed May 1, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant