blob: e1a4d2db995ba27b3450b25c91dea5342b6b875b [file] [log] [blame]
Patrick Venturee6206562018-03-08 15:36:53 -08001#pragma once
2
Patrick Venturea0764872020-08-08 07:48:43 -07003namespace pid_control
4{
5
Patrick Venturee6206562018-03-08 15:36:53 -08006int driveMain(void);
Patrick Venturea0764872020-08-08 07:48:43 -07007
8}