Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test environment does support uint64_t - documentation should mention #268

Open
RobTillaart opened this issue Jan 8, 2021 · 2 comments
Open

Comments

@RobTillaart
Copy link

Building the statHelpers library

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)

@ianfixes
Copy link
Collaborator

ianfixes commented Jan 8, 2021

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?

@RobTillaart
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants