mirror of https://github.com/rusefi/wideband.git
7 lines
103 B
C
7 lines
103 B
C
|
#pragma once
|
||
|
|
||
|
#include <cstdint>
|
||
|
|
||
|
void InitPumpDac();
|
||
|
void SetPumpCurrentTarget(int32_t microamperes);
|