Skip to content

Commit 1fb087b

Browse files
committed
typo fixo
1 parent d402e81 commit 1fb087b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SparkFun_BMV080_Arduino_Library.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ class SparkFunBMV080I2C : public sfeDevBMV080
4242
/// @return True if successful, false otherwise
4343
bool begin(const uint8_t address = SFE_BMV080_DEFAULT_ADDRESS, TwoWire &wirePort = Wire)
4444
{
45-
// Setup Arudino I2C bus
45+
// Setup Arduino I2C bus
4646
_theI2CBus.init(wirePort, address);
4747
_theI2CBus.setByteOrder(SFTK_MSBFIRST);
4848

0 commit comments

Comments
 (0)