Hi there,
I'm trying a char cleaning like in standard Arduino environment on the ATmega8, but I got error saying:
invalid conversion from 'char' to 'void*' [-fpermissive]
Code follows:
char pKey;
memset(pKey, 0, sizeof(pKey));
Any suggestions?
Regards