-
Notifications
You must be signed in to change notification settings - Fork 50
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
Remove unused I2CDriver properties and memory fixes #219
Conversation
im a little paranoid about having public variables because people could set them by accident, unless you mean that? |
@ladyada I wanted to simplify the |
i think its best to do so, in case something else comes up! its too easy for folks to accidentally set em especially as we get contributors! |
…initialized and delete objects from vector completely. deinits shouldnt set variables
@ladyada I've made a good # of modifications since the original PR comments and am requesting a re-review. |
DriverType_t
enumsensorAddress
a getter/setter within I2CDriver base class:setI2CAddress
andgetI2CAddress