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 60f2b1f commit 990f231Copy full SHA for 990f231
eeprom_edit.ino
@@ -211,7 +211,7 @@ void EEPROM_I2C_interactive(char address)
211
EEPROM_I2C_read(I2C_Address);
212
else if (command == 'S')
213
//Start the setAddress funtion if the command character was an 'S'.
214
- EEPROM_I2C_setAddress();
+ I2C_Address = EEPROM_I2C_setAddress();
215
else if (command == 'P')
216
//Start the function that polls the I2C bus.
217
EEPROM_I2C_pollbus();
0 commit comments