mirror of https://github.com/rusefi/wideband.git
7 lines
97 B
C
7 lines
97 B
C
|
#pragma once
|
||
|
|
||
|
#include <cstdint>
|
||
|
|
||
|
void InitAuxDac();
|
||
|
void SetAuxDac(int channel, float voltage);
|