-
Notifications
You must be signed in to change notification settings - Fork 436
Closed
Labels
questionFurther information is requestedFurther information is requested
Description
As pointed out by @JohnDoneth, @kunerd crate HD44780 is doing custom bitbanging via sysfs instead of using the embedded-hal traits which means that this driver does not fulfil the criteria for a "driver crate" as mentioned on the page:
Platform agnostic crates to interface external components. These crates use the embedded-hal interface to support all the devices and systems that implement the embedded-hal traits.
We could move it down a section to the no_std crates.
@kunerd What do you think?
Metadata
Metadata
Assignees
Labels
questionFurther information is requestedFurther information is requested