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 90ab6e0 commit 21e5587Copy full SHA for 21e5587
src/sfeTk/sfeTkII2C.h
@@ -31,7 +31,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
31
class sfeTkII2C : public sfeTkIBus
32
{
33
public:
34
- // set the address to No address and stop flag to true
+ // set the address to No address and stop flag to false
35
sfeTkII2C() : _address{kNoAddress}, _stop{false}
36
37
}
0 commit comments