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

Enable to specify I2C pins on ESP8266 #1

Closed
trycoon opened this issue Jul 16, 2017 · 1 comment
Closed

Enable to specify I2C pins on ESP8266 #1

trycoon opened this issue Jul 16, 2017 · 1 comment
Assignees

Comments

@trycoon
Copy link
Owner

trycoon commented Jul 16, 2017

The SDA and SCL-pins on a Arduino is more or less hardcoded, but on a ESP8266 these pins could be any of the available IO-pins. This PR enables to specify which pins should be used, e.g.
accel.begin(ADXL345_DEFAULT_ADDRESS, 5, 6); // 5=SDA, 6=SCL.

trycoon added a commit that referenced this issue Jul 16, 2017
@trycoon trycoon self-assigned this Jul 25, 2017
@trycoon
Copy link
Owner Author

trycoon commented Jul 25, 2017

Implemented in 2.0.0

@trycoon trycoon closed this as completed Jul 25, 2017
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