You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Fix the Distance Sensor getting into conflict with the Light and Color sensor on the I2C line - change the address to a different one. Add note about the conflicts induced by the Distance Sensor in the docs.
Simplify the gigglebot_advanced.py module and rename it to gb_diag.py.
Add read methods for each add-on sensor in the gigglebot.py module; the read methods abstract the init and slightly more complex read methods from each sensor class.