BryanG
Results
2
comments of
BryanG
Hi Charles, thanks for the reply. I'll do some testing next week and see how I go. My initial concern was that standard C/C++ data types like int are 4...
Hi Charles, I've conducted a few tests using Arduino IDE 2.3.2 on a UNO R4 WiFi... Results are: 1) Compiler respects your type sizes, i.e. sizeof(uint16_t) is 2 while sizeof(int)...