-
Notifications
You must be signed in to change notification settings - Fork 0
follow the embedded-hal
interface
#12
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
Labels
enhancement
New feature or request
Comments
<
8000
div class="TimelineItem pt-0 js-comment-container js-socket-channel js-updatable-content "
data-gid="MDU6SXNzdWUzODc1OTA2NDc="
data-url="/jasonpeacock/led-bargraph/issues/12/partials/body?issue=12"
data-channel="eyJjIjoiaXNzdWU6Mzg3NTkwNjQ3IiwidCI6MTc0NjY1MjQzNH0=--d7cc40939bd0a81b3bf1d4c4e1bc70a87784aac17abcba442f8408eb0933edf6">
Use the ht16k33/tree/embedded-hal-4 branch for development. |
jasonpeacock
added a commit
that referenced
this issue
Dec 26, 2018
This closes #12. * Minor version bump `0.1.0` -> `0.2.0` due to API changes. * Rewrite implementation to follow the `embedded-hal` interface. * Rewrite the API to be more consistent and move bargraph specific features from `ht16k33`. * Add `--debug` and `--trace` log levels. * Add `--as-is` to skip chip initialization if desired. * Add initial (trivial) `--show/show` support. (Issue #6) * Use Enums for feature values. * Hardcode the resolution, will need to make configurable later (Issue #13). * Make `clippy` happy. * Added `embedded-hal` keyword for `crates.io`, since we're now compliant :)
jasonpeacock
added a commit
that referenced
this issue
Dec 26, 2018
This closes #12. * Minor version bump `0.1.0` -> `0.2.0` due to API changes. * Rewrite implementation to follow the `embedded-hal` interface. * Rewrite the API to be more consistent and move bargraph specific features from `ht16k33`. * Add `--debug` and `--trace` log levels. * Add `--as-is` to skip chip initialization if desired. * Add initial (trivial) `--show/show` support. (Issue #6) * Use Enums for feature values. * Hardcode the resolution, will need to make configurable later (Issue #13). * Make `clippy` happy. * Added `embedded-hal` keyword for `crates.io`, since we're now compliant :) * Drop CI support for Rust `1.24.0`, there's been no request to support it and it's quite old.
jasonpeacock
added a commit
that referenced
this issue
Dec 26, 2018
This closes #12. * Minor version bump `0.1.0` -> `0.2.0` due to API changes. * Rewrite implementation to follow the `embedded-hal` interface. * Rewrite the API to be more consistent and move bargraph specific features from `ht16k33`. * Add `--debug` and `--trace` log levels. * Add `--as-is` to skip chip initialization if desired. * Add initial (trivial) `--show/show` support. (Issue #6) * Use Enums for feature values. * Hardcode the resolution, will need to make configurable later (Issue #13). * Make `clippy` happy. * Added `embedded-hal` keyword for `crates.io`, since we're now compliant :) * Drop CI support for Rust `1.24.0`, there's been no request to support it and it's quite old.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Follow the embedded-hal interface such that the
led-bargraph
is usable by other HAL projects, and such that other platforms beyond linux can easily be supported.Also, the
ht16k33
project is switching to theembedded-hal
interface, and this needs to be updated to use the latest changes:embedded-hal
interface ht16k33#4The text was updated successfully, but these errors were encountered: