mirror of https://github.com/rusefi/wideband.git
7 lines
111 B
C
7 lines
111 B
C
|
#pragma once
|
||
|
|
||
|
#include <cstdint>
|
||
|
|
||
|
void InitCan();
|
||
|
void SendCanData(float lambda, uint16_t measuredResistance);
|