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 e311236 commit a6c7f5bCopy full SHA for a6c7f5b
src/SerLCD.cpp
@@ -117,10 +117,6 @@ void SerLCD::begin(TwoWire &wirePort)
117
_serialPort = NULL; //Set to null to be safe
118
_spiPort = NULL; //Set to null to be safe
119
120
- //We expect caller to begin their I2C port, with the speed of their choice external to the library
121
- //But if they forget, we start the hardware here.
122
- _i2cPort->begin();
123
-
124
//Call init function since display may have been left in unknown state
125
init();
126
} // begin
0 commit comments