Crates.io | ht16k33-async |
lib.rs | ht16k33-async |
version | 0.0.2 |
source | src |
created_at | 2024-01-14 12:23:51.265516 |
updated_at | 2024-01-27 14:07:16.285848 |
description | An async driver for the Holtek HT16K33 "RAM Mapping 16*8 LED Controller Driver with keyscan" |
homepage | |
repository | https://gitlab.com/nils-van-zuijlen/ht16k33-async/ |
max_upload_size | |
id | 1099394 |
size | 56,559 |
ht16k33-async
is an async driver for the Holtek HT16K33 "RAM Mapping 16*8 LED Controller Driver with keyscan".
Currently, only the 28-pin SOP package type is supported.
embedded-hal-async
hardware abstraction.no_std
for embedded devices.The examples are written using embassy for Raspberry Pi Pico. As the Pico is a 3.3V device, you will need to use an I2C level shifter like the TCA9517 to talk to the HT16K33.
For questions, issues, feature requests, and other changes, please file an issue in the gitlab project.
Licensed under the Apache License, Version 2.0, (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0).
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be licensed as above, without any additional terms or conditions.