We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d402e81 commit 1fb087bCopy full SHA for 1fb087b
src/SparkFun_BMV080_Arduino_Library.h
@@ -42,7 +42,7 @@ class SparkFunBMV080I2C : public sfeDevBMV080
42
/// @return True if successful, false otherwise
43
bool begin(const uint8_t address = SFE_BMV080_DEFAULT_ADDRESS, TwoWire &wirePort = Wire)
44
{
45
- // Setup Arudino I2C bus
+ // Setup Arduino I2C bus
46
_theI2CBus.init(wirePort, address);
47
_theI2CBus.setByteOrder(SFTK_MSBFIRST);
48
0 commit comments