|
rusEFI
The most advanced open source ECU
|
Functions | |
| void | initDac () |
| void | setDacVoltage (int channel, float voltage) |
Variables | |
| static DACConfig | dacConfig |
| static Dac | dacs [] |
| void initDac | ( | ) |
Definition at line 42 of file dac.cpp.
Referenced by initHardware().


| void setDacVoltage | ( | int | channel, |
| float | voltage | ||
| ) |
Definition at line 59 of file dac.cpp.
Referenced by configureRusefiLuaHooks().


|
static |