Skip to content

Commit cc26c03

Browse files
sebromeroCopilot
andauthored
Initialize to default address
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 1b1372e commit cc26c03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Modulino_LED_Matrix.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,5 +232,5 @@ class ModulinoLEDMatrix
232232
bool _sequenceDone = false;
233233
voidFuncPtr _callBack = nullptr;
234234
HardwareI2C* _wire;
235-
uint8_t _address = 0;
235+
uint8_t _address = DEFAULT_ADDRESS;
236236
};

0 commit comments

Comments
 (0)