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