Skip to content

Conversation

@jannic
Copy link
Member

@jannic jannic commented Nov 27, 2025

Many of our examples still used embedded-hal 0.2 traits. Migrate them to embedded-hal 1.0.

Only example left using embedded-hal 0.2 is adc. This is because embedded-hal 1.0 doesn't provide ADC support, and
our hal implementation isn't usable without the embedded-hal traits. We should provide inherent methods and use them instead, but that can be done in a separate pull request.

Copy link
Member

@9names 9names left a comment

Choose a reason for hiding this comment

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

Yep, all sensible changes.
Thanks @jannic

@jannic jannic merged commit 1ce2dc6 into main Jan 9, 2026
98 checks passed
@jannic jannic deleted the port-examples-eh-1 branch January 9, 2026 16:55
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

Successfully merging this pull request may close these issues.

3 participants