Skip to content

Commit

Permalink
added missing _wire
Browse files Browse the repository at this point in the history
  • Loading branch information
hoffmannjan committed Feb 25, 2019
1 parent 911d7b3 commit 83911fa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Adafruit_BNO055.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ Adafruit_BNO055::Adafruit_BNO055(int32_t sensorID, uint8_t address,
TwoWire *theWire) {
_sensorID = sensorID;
_address = address;
_wire = theWire;
}

/*!
Expand Down

0 comments on commit 83911fa

Please sign in to comment.