Hi,
I have a project written for ATMega 2560. I would like to adapt it for my Arduino Due.
My question is:
for data types there are differences from-for (eg: int 16bit --- 32bit).
If uint16_t was used from author in the sketch and in the library instead of "int", am I wrong or is there no more difference in use?
Thanks in advance
Simon