8000 follow the `embedded-hal` interface · Issue #12 · jasonpeacock/led-bargraph · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

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

Closed
jasonpeacock opened this issue Dec 5, 2018 · 2 comments · Fixed by #14
Closed

follow the embedded-hal interface #12

jasonpeacock opened this issue Dec 5, 2018 · 2 comments · Fixed by #14
Assignees
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">
@jasonpeacock
Copy link
Owner

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 the embedded-hal interface, and this needs to be updated to use the latest changes:

@jasonpeacock jasonpeacock added the enhancement New feature or request label Dec 5, 2018
@jasonpeacock jasonpeacock self-assigned this Dec 5, 2018
@jasonpeacock
Copy link
Owner Author

Use the ht16k33/tree/embedded-hal-4 branch for development.

@jasonpeacock
Copy link
Owner Author

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
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant
0