wideband/firmware/pump_dac.h

7 lines
103 B
C++

#pragma once
#include <cstdint>
void InitPumpDac();
void SetPumpCurrentTarget(int32_t microamperes);