Posts by Giovanni Cerqueira • 1 point
1 post
-
0
votes1
answer46
viewsQ: Function parameter eeprom_write_block
Hello! I was performing some tests using the library avr/eeprom.h in my Arduino. One of its functions is to eeprom_write_block(x, y, z), writing a memory block on the EEPROM. The first parameter (x)…