blob: a80e07f682976022581f80ebec0e557fb67b4477 [file] [log] [blame]
#pragma once
#include "ec/pid.hpp"
/*
* Given a configuration structure, fill out the information we use within the
* PID loop.
*/
void InitializePIDStruct(ec::pid_info_t* info, const ec::pidinfo& initial);
void DumpPIDStruct(ec::pid_info_t* info);