Skip to content

Commit 03b6bd9

Browse files
author
Nathan Seidle
committed
Remove port begin from library begin.
1 parent 83105b9 commit 03b6bd9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/SparkFun_SGP30_Arduino_Library.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ SGP30::SGP30()
5656
bool SGP30::begin(TwoWire &wirePort)
5757
{
5858
_i2cPort = &wirePort; //Grab which port the user wants us to use
59-
_i2cPort->begin();
6059
getSerialID();
6160
if (serialID == 0)
6261
return false;

0 commit comments

Comments
 (0)