MLX90614
MLX90614 copied to clipboard
Delay after write on EEPROM
Hi',
You do a very nice job with this library, thanks !!
I'm using the writeEEProm function and get some trouble to change the MLX address. Sometimes it was working but most of the time not.
I change the two "delay(5)" to "delay(50) just after the "write16" command in "MLX90614.cpp" and now everything is fine !
I'm on a Arduino M0 (SAMD21) by the way.
There's a small typo in MelexisTest.ino, line 76 printlnTemp(mlx.readTemp(MLX90614::MLX90614_SRCO1, MLX90614::MLX90614_TK), 'O'); SRCO1 => SRC01 ("O" to zero)