Hi everyone,
I have rfid sensors rc522 connected to several arduino models and all is working very well.
Now I am trying to use seeeduinbo XIAO with those sensors but I am getting so many errors in the software that i dont realy know what to do.
The main errors that I am getting are:
error: invalid conversion from ‘char*’ to ‘byte* {aka unsigned char*}’ [-fpermissive]
error: invalid conversion from ‘byte* {aka unsigned char*}’ to ‘char*’ [-fpermissive]
Once I have all this working fine in the other arduinos, is there any compilation flag that fix this or do I need to change the software?
Thanks in advance for any help.
Atex