vex-rt

Crates.iovex-rt
lib.rsvex-rt
version1.0.0-rc.15
sourcesrc
created_at2020-12-04 20:21:51.323381
updated_at2024-04-05 20:50:48.216401
descriptionA Rust runtime for the Vex V5 built on top of PROS.
homepage
repositoryhttps://gitlab.com/qvex/vex-rt
max_upload_size
id319718
size18,617,589
(MikeGstefan)

documentation

README

vex-rt

docs.rs

A Rust runtime for the Vex V5 built on top of PROS.

Disclamer

vex-rt is an open-source community project. vex-rt is neither endorsed by or affiliated with Innovation First, Inc. VEX and VEX Robotics are trademarks or service marks of Innovation First, Inc.

Quickstart

you will need:

  1. A Rust toolchain managed with rustup

  2. An arm-none-eabi toolchain

  3. pros-cli

# Simply plug in a V5 and run:
cargo run --example hello-world

Versions

Versions starting with... ...use PROS kernel version...
0.11.2 3.7.2
0.11.1 3.6.2
0.11.0 3.6.0
0.10.1 3.5.2
0.4.1 3.4.0
0.1.0 3.3.1
Commit count: 338

cargo fmt