Skip to content

Rust NavX crate using the wpilib crate

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

first-rust-competition/navx-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

navx-rs CircleCI

Rust support for frc NavX build on top of wpilib.

Currently, only the SPI interface and get_yaw are implemented. The framework is in place for all the other register based protocols, though. Note that this has not been rigorously tested. Any pull requests or bug reports are highly appreciated!

Features

The nightly feature enables certain optimizations provided by the nightly feature of parking_lot; in particular, it allows some initialization to be done at compile time.

License

The contents of this repository are distributed under the terms of both the MIT license and the Apache License (Version 2.0). By contributing, you agree to license your contribution under these terms.

See LICENSE-APACHE, LICENSE-MIT, for details.

About

Rust NavX crate using the wpilib crate

Topics

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Releases

No releases published

Contributors 4

  •  
  •  
  •  
  •  

Languages