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

Better conversions of uint64_t's to strings. #318

Merged
merged 3 commits into from
Oct 14, 2017
Merged

Conversation

crankyoldgit
Copy link
Owner

  • Add a function that returns a string for uint64_t's.
  • Unit tests coverage.
  • Make it cross platform.
  • [Bug] Update MQTT example to fix poor quality hexidecimal output.

- Add a function that returns a string.
- Unit tests.
- Cross platform.
- It seems you can't `#include <string>` in Arduino without things going to custard.
Copy link
Collaborator

@markszabo markszabo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 👍

@crankyoldgit
Copy link
Owner Author

Thanks @markszabo

@crankyoldgit crankyoldgit merged commit fb0678a into master Oct 14, 2017
@crankyoldgit crankyoldgit deleted the uint64strings branch October 14, 2017 22:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug enhancement Hacktoberfest Hacktoberfest participation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants