uln2003 0.3.0

A simple crate to use a 28BYJ-48 stepper motor with and ULN2003 Driver on any hardware implementing embedded_hal
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[dependencies.embedded-hal]
version = "1.0.0"

[package]
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.3.0"