blob: e7ffe9a254d6820aeda85369566eb93b37ba7c68 [file] [log] [blame]
Brian Silverman17f503e2015-08-02 18:17:18 -07001package frc971;
2
3struct ProfileParams {
4 double velocity;
5 double acceleration;
6};