safe-vex 1.0.2

A modular, reliable and comprehensive wrapper around the vex-rt library that never crashes.
docs.rs failed to build safe-vex-1.0.2
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: safe-vex-4.4.0

safe-vex

A safe, reliable and comprehensive wrapper around the vex-rt library that will never panic!

Disclamer

safe-vex is an open-source community project. safe-vex is neither endorsed by or affiliated with Innovation First, Inc. VEX and VEX Robotics are trademarks or service marks of Innovation First, Inc. safe-vex is also not developed by the same developers at vex-rt rather it is an independant project.

Quickstart

you will need:

  1. A rust toolchain managed by rustup
  2. An arm-none-eabi toolchain
  3. The pros-cli installed throught pip

then:

  1. Clone the safe-vex project template by running the following command:
git clone https://github.com/GreenChild04/safe-vex-template.git
  1. Enter the newly cloned directory
  2. Turn on and connect to the vex v5 brain
  3. Run cargo run --release while connected to the v5 brain
  4. Your robot should now be up and running :D