jrk-g2

Crates.iojrk-g2
lib.rsjrk-g2
version2.3.0
sourcesrc
created_at2023-01-10 22:11:42.359788
updated_at2023-08-24 08:44:20.416141
descriptionA rust embedded driver for pololu Jrk G2
homepage
repositoryhttps://github.com/nim65s/jrk-g2-rs
max_upload_size
id755880
size50,194
Guilhem Saurel (nim65s)

documentation

https://docs.rs/jrk-g2-rs

README

pololu Jrk G2 rust driver

CI pre-commit.ci status doc

Example with a STM 32:

cargo embed --release --features stm32 --chip STM32F103C8 --example stm32-serial
cargo embed --release --features stm32 --chip STM32F103C8 --example stm32-i2c

Example with a Raspberry Pi:

cargo run --release --features rpi --example rpi-serial
cargo run --release --features rpi --example rpi-i2c

Example with an Arduino UNO:

cd arduino
rustup override set nightly
cargo run --release --example arduino-uno-i2c
cargo run --release --example arduino-uno-serial
Commit count: 46

cargo fmt