You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
you should use uint32_t to remove any ambiguity in size. It may not be an issue in the Arduino environment but it's a good habit to use them since different compilers could have different lengths. Also less typing so win-win.
The text was updated successfully, but these errors were encountered:
https://github.com/ericcheng94/nNEXO_Microcontroller_Temp/blob/5b1cc3159d358c7eaec6f1060fe57ec7ec3c33e6/nEXO_Teensy.ino#L51-L57
you should use uint32_t to remove any ambiguity in size. It may not be an issue in the Arduino environment but it's a good habit to use them since different compilers could have different lengths. Also less typing so win-win.
The text was updated successfully, but these errors were encountered: