rusefi/firmware/controllers/can/can_bench_test.h

15 lines
317 B
C
Raw Normal View History

2022-09-29 20:01:06 -07:00
/**
* file can_bench_test.h
*/
#pragma once
#include "can.h"
2024-01-19 16:04:48 -08:00
void processCanQcBenchTest(const CANRxFrame& frame);
void sendQcBenchEventCounters();
void sendQcBenchButtonCounters();
void sendQcBenchAuxDigitalCounters();
void sendQcBenchRawAnalogValues();
void sendQcBenchBoardStatus();
void initQcBenchControls();