Crates.io | ctre-sys |
lib.rs | ctre-sys |
version | 5.4.0 |
source | src |
created_at | 2018-10-19 23:17:00.550752 |
updated_at | 2018-10-19 23:17:00.550752 |
description | FFI bindings to CTR Electronics' Phoenix FRC libraries |
homepage | |
repository | https://github.com/auscompgeek/ctre-rs |
max_upload_size | |
id | 91585 |
size | 6,204,593 |
This crate contains FFI bindings for the CTRE Phoenix CCI libraries.
This project is not affiliated with nor endorsed by Cross the Road Electronics.
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