Skip to content
This repository has been archived by the owner on Jun 14, 2018. It is now read-only.

Latest commit

 

History

History
14 lines (11 loc) · 636 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 636 Bytes

CTRE Phoenix CCI bindings for Rust

This crate contains 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

CTRE-derived parts are under the Phoenix Software License Agreement. Rust-specific parts are under the MIT license.