l293x

Crates.iol293x
lib.rsl293x
version0.3.0
sourcesrc
created_at2024-06-10 13:15:21.393092
updated_at2024-06-19 16:00:44.399356
descriptionPlatform agnostic library for the L293 and L293D motor drivers using embedded-hal
homepagehttps://github.com/hansingt/l293x
repositoryhttps://github.com/hansingt/l293x
max_upload_size
id1267063
size100,574
hansingt (hansingt)

documentation

README

Latest Version Minimum Supported Rust Version License Docs CI Code Coverage

l293x

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.

Features

  • Drivers for a Half-H Bridge and L293[D] chip
  • Support for digital and PWM pins
  • Support for stateful digital pins

Minimum Supported Rust Version (MSRV)

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.

License

Licensed under the MIT license (either LICENSE or http://opensource.org/licenses/MIT).

Commit count: 33

cargo fmt