ctre-sys

Crates.ioctre-sys
lib.rsctre-sys
version5.4.0
sourcesrc
created_at2018-10-19 23:17:00.550752
updated_at2018-10-19 23:17:00.550752
descriptionFFI bindings to CTR Electronics' Phoenix FRC libraries
homepage
repositoryhttps://github.com/auscompgeek/ctre-rs
max_upload_size
id91585
size6,204,593
sys (github:first-rust-competition:sys)

documentation

README

CTRE Phoenix CCI bindings for Rust

This crate contains FFI bindings for the CTRE Phoenix CCI libraries.

This project is not affiliated with nor endorsed by Cross the Road Electronics.

Was this auto-generated?

The following command was used to bindgen the initial CCI bindings:

bindgen --disable-name-namespacing --rustified-enum '.*' --whitelist-type 'ctre::phoenix::.*' --whitelist-function 'c_.*' wrapper.hpp -- -std=c++11 -I $PHOENIX_ROOT/libraries/driver/include

License

Phoenix Software License Agreement.

Commit count: 178

cargo fmt