Fix bug in TWIBus ctor declaration

master
Scott Lahteine 8 years ago
parent ee9bd66a68
commit e523a0dc61

@ -28,7 +28,7 @@
#include <Wire.h>
TWIBus::twibus() {
TWIBus::TWIBus() {
Wire.begin(); // We use no address so we will join the BUS as the master
this->reset();
}

Loading…
Cancel
Save