blob: 670d558af520b476c9dc61c8dd821f8ddf7bfd7e [file] [log] [blame]
Patrick Ventured8012182018-03-08 08:21:38 -08001#pragma once
2
3#include "pid/zone.hpp"
4
5/* Given a zone, run through the loops. */
6void PIDControlThread(std::shared_ptr<PIDZone> zone);