Crates.io | tele0592 |
lib.rs | tele0592 |
version | |
source | src |
created_at | 2024-09-14 17:32:19.684486 |
updated_at | 2024-11-17 21:29:56.438899 |
description | Control an alternate firmware for the DFR0592 DC motor driver hat |
homepage | https://gitlab.telecom-paris.fr/software/dc-motor-driver-hat/ |
repository | |
max_upload_size | |
id | 1374957 |
Cargo.toml error: | TOML parse error at line 23, column 1 | 23 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include` |
size | 0 |
This crate allows controlling a DFR0592 DC motor driver hat running an alternate free software firmware.
By default, this crate can communicate with the controller firmware using
an I²C port. It can also communicate with the I²C bootloader developed
along with the firmware when using the bootloader
feature of this crate.
The alternate firmware and the I²C bootloader can be found in the same repository as this crate: https://gitlab.telecom-paris.fr/software/dc-motor-driver-hat.