blob: eb6e7133fb5008ec06d109da3c81538c537fe114 [file] [log] [blame]
Patrick Ventured8012182018-03-08 08:21:38 -08001#pragma once
2
3#include "ec/pid.hpp"
4
5
6/*
7 * Given a configuration structure, fill out the information we use within the
8 * PID loop.
9 */
10void InitializePIDStruct(ec::pid_info_t* info, ec::pidinfo* initial);
11
12void DumpPIDStruct(ec::pid_info_t *info);