arduino_ci icon indicating copy to clipboard operation
arduino_ci copied to clipboard

Test environment does support uint64_t - documentation should mention

Open RobTillaart opened this issue 3 years ago • 2 comments

Building the statHelpers library

  • https://github.com/RobTillaart/statHelpers/runs/1669359173?check_suite_focus=true

I found that printing uint64_t is natively supported (UNO's Serial print does not ) by using %ld

Maybe the reference can mention 2 lines about this. (low prio - documentation)

RobTillaart avatar Jan 08 '21 15:01 RobTillaart

I'm getting a 404 on that link.

Just so I understand the issue, is it that the test environment is allowing uint64_t even though the actual hardware won't support it?

ianfixes avatar Jan 08 '21 15:01 ianfixes

Oops might have removed that specific run as I had many test runs. But yes , the UNO does support uint64_t in math but cannot print them (without my printHelpers class) The test environment can print them, so that is good for testing!

This one should work https://github.com/RobTillaart/statHelpers/actions/runs/472101006

RobTillaart avatar Jan 08 '21 16:01 RobTillaart