jrk-g2-rs

Crates.iojrk-g2-rs
lib.rsjrk-g2-rs
version1.0.1
sourcesrc
created_at2020-12-28 16:30:08.30779
updated_at2020-12-30 09:56:55.735693
descriptionA rust embedded driver for pololu Jrk G2
homepage
repositoryhttps://github.com/nim65s/jrk-g2-rs
max_upload_size
id328320
size38,952
Guilhem Saurel (nim65s)

documentation

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

README

pololu Jrk G2 rust driver

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