Skip to content

Remove Wire.begin from begin. Remove getShutdown().

Compare
Choose a tag to compare
@nseidle nseidle released this 24 May 14:45
· 2 commits to master since this release

Wire.begin() in the begin function was overriding other I2C settings. This will cause some user's code to break if they don't have a Wire.begin in setup(). Examples and Hookup Guide have Wire.begin()s inserted appropriately so hopefully it won't catch any new users off guard.

getShutdown looks like it was never built out. Removed to get rid of 'missing return value' compilation warning.