Crates.io | l293x |
lib.rs | l293x |
version | 0.3.0 |
source | src |
created_at | 2024-06-10 13:15:21.393092 |
updated_at | 2024-06-19 16:00:44.399356 |
description | Platform agnostic library for the L293 and L293D motor drivers using embedded-hal |
homepage | https://github.com/hansingt/l293x |
repository | https://github.com/hansingt/l293x |
max_upload_size | |
id | 1267063 |
size | 100,574 |
A platform independent, no_std
driver to interface the
L293 and L293D (Quadruple Half-H Driver)
chips.
This crate uses embedded-hal
traits
to allow it to be reused in on multiple platforms and boards.
This crate is guaranteed to compile on stable Rust 1.60 and up. It might compile with older versions but that may change in any new patch release.
The MSRV may be updated according to the rules defined by embedded-hal.
Licensed under the MIT license (either LICENSE or http://opensource.org/licenses/MIT).