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

ServoArray / RelayArray naming #40

Open
tcr opened this issue Sep 17, 2016 · 1 comment
Open

ServoArray / RelayArray naming #40

tcr opened this issue Sep 17, 2016 · 1 comment

Comments

@tcr
Copy link
Member

tcr commented Sep 17, 2016

We want a struct whose name reflects a set of 16 Servos, or two Relays. What are good names for this struct? I used "servo array" as a literal term, but maybe it's not the best.

@rwaldron
Copy link

rwaldron commented Sep 20, 2016

ServoArray / RelayArray

Seems fine, as long as they are actually arrays of Servo and Relay objects.

(edit)

In Johnny-Five, you can control one or more servos on the PCA9685 as separate Servo objects, or as a collection of Servos—which is just an "array like" object that contains Servo objects

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

2 participants