pros-math 0.1.1

Commonly used mathematical formulas for pros-rs
Documentation
1
2
3
4
5
6
//! Common mathematical formulas and models implemented for [`pros-rs`](https://crates.io/crates/pros).

#![no_std]

pub mod feedforward;
pub mod pid;