This crate contains 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
CTRE-derived parts are under the Phoenix Software License Agreement. Rust-specific parts are under the MIT license.