mirror of
https://github.com/RobTillaart/Arduino.git
synced 2024-10-03 18:09:02 -04:00
Typo
This commit is contained in:
parent
f6d173bfc2
commit
a2a9f56779
@ -26,7 +26,7 @@
|
||||
Max44009::Max44009(const uint8_t address, const uint8_t dataPin, const uint8_t clockPin)
|
||||
{
|
||||
_address = address;
|
||||
if ((dataPin < 255) && (dataPin < 255))
|
||||
if ((dataPin < 255) && (clockPin < 255))
|
||||
{
|
||||
Wire.begin(dataPin, clockPin);
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user