uln2003 0.4.0

A simple crate to use a 28BYJ-48 stepper motor with and ULN2003 Driver on any hardware implementing embedded_hal
Documentation
[dependencies.embedded-hal]
version = "1.0.0"

[lib]
name = "uln2003"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["embedded"]
description = "A simple crate to use a 28BYJ-48 stepper motor with and ULN2003 Driver on any hardware implementing embedded_hal"
edition = "2021"
homepage = "https://github.com/MnlPhlp/uln2003"
keywords = ["uln2003", "28BYJ-48", "stepper_motor", "embeded", "motor_control"]
license = "MIT OR Apache-2.0"
name = "uln2003"
readme = "README.md"
repository = "https://github.com/MnlPhlp/uln2003"
version = "0.4.0"