patch-vex

Crates.iopatch-vex
lib.rspatch-vex
version0.3.0
sourcesrc
created_at2023-09-29 23:26:09.840628
updated_at2023-09-29 23:26:09.840628
descriptiona crate built on top of vex-rt to provide other useful functionality
homepage
repositoryhttps://gitlab.com/aiden.251488/toolbelt
max_upload_size
id988160
size61,504
(MoapaValleyRobotics)

documentation

README

Disclaimer

This project is in early development and is not yet stable, the api is NOT garenteed to be backwards compatible, updates can and will introduce breaking changes.

Getting started with Rust on V5

Prerequisites

In order to use this project, you need

  1. A Rust Toolchain managed with rustup
  2. The arm-none-eabi toolchain
  3. pros-cli v3.7.2

Quickstart

To get started using patch, you likely want to clone this repository using this command

git clone {repository}.git

This will come with the basic boilerplate to start you project. After then, a simple cargo r is all it takes to compile your code and push it to a VEX v5 brain.

Licence

Copyright 2023 Aiden Blake

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Commit count: 126

cargo fmt