Quote:
Originally Posted by Justin K
Hi all,
I'm pretty new with arduino coding, and have been away from coding in general for a few years. I just downloaded version 121 of the source code and tried compiling it but I get an error:
In function ‘void params_save()’:
error: invalid conversion from ‘const void*’ to ‘void*
with reference to this line:
eeprom_write_block((const void*)¶ms, (void*)0, sizeof(params_t));
|
Justin K, I'm in the same boat as you. I'm using version 0012 on Linux. Have you posted this to the Arduino forums? If so, could you post a link to the thread.
@Magister, thanks for your hard work on this project. I've been looking for a project to introduce me to electronics and this one caught my eye. I can't wait to get it working.