wideband/firmware/auxout.h

7 lines
97 B
C++

#pragma once
#include <cstdint>
void InitAuxDac();
void SetAuxDac(int channel, float voltage);