Fix bug in TWIBus ctor declaration
This commit is contained in:
parent
ee9bd66a68
commit
e523a0dc61
@ -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();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user