Skip to content
Snippets Groups Projects
Commit e523a0dc authored by Scott Lahteine's avatar Scott Lahteine
Browse files

Fix bug in TWIBus ctor declaration

parent ee9bd66a
Branches
Tags
No related merge requests found
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
#include <Wire.h> #include <Wire.h>
TWIBus::twibus() { TWIBus::TWIBus() {
Wire.begin(); // We use no address so we will join the BUS as the master Wire.begin(); // We use no address so we will join the BUS as the master
this->reset(); this->reset();
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment