-
Notifications
You must be signed in to change notification settings - Fork 231
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
Example: uFmt_f32/uFmt_f64 #303
Comments
Can you check your dependency tree on whether |
Ah indeed:
|
NOTE: |
FYI: |
I was surprised hitting bigger problems than expected when trying to format a string and writting to a serial port.
This issue is partly related to #302.
In a nutshell, it would be great to see a working example such as:
The issue I hit was
the trait
uDisplayis not implemented for
uFmt_f32despite the fact that
uFmt_f32` does implement it.The text was updated successfully, but these errors were encountered: