wideband/firmware/heater_control.h

7 lines
89 B
C
Raw Normal View History

2020-10-30 01:53:54 -07:00
#pragma once
2020-12-15 15:00:11 -08:00
#include <cstdint>
2020-10-30 01:53:54 -07:00
void StartHeaterControl();
2020-10-31 14:54:50 -07:00
bool IsRunningClosedLoop();