blob: 581195829f6a25e940646346f8331c55fda09a46 [file] [log] [blame]
brians343bc112013-02-10 01:53:46 +00001package frc971.control_loops;
2
3message Piston {
4 bool set;
5};
6
7queue Piston shifters;
Brian Silverman513ad4e2013-03-20 19:59:50 -07008queue Piston hangers;