Crates.io | jrk-g2 |
lib.rs | jrk-g2 |
version | 2.3.0 |
source | src |
created_at | 2023-01-10 22:11:42.359788 |
updated_at | 2023-08-24 08:44:20.416141 |
description | A rust embedded driver for pololu Jrk G2 |
homepage | |
repository | https://github.com/nim65s/jrk-g2-rs |
max_upload_size | |
id | 755880 |
size | 50,194 |
cargo embed --release --features stm32 --chip STM32F103C8 --example stm32-serial
cargo embed --release --features stm32 --chip STM32F103C8 --example stm32-i2c
cargo run --release --features rpi --example rpi-serial
cargo run --release --features rpi --example rpi-i2c
cd arduino
rustup override set nightly
cargo run --release --example arduino-uno-i2c
cargo run --release --example arduino-uno-serial