rusEFI
The most advanced open source ECU
Loading...
Searching...
No Matches
can_dash_honda.h
Go to the documentation of this file.
1// file can_dash_honda.h
2
3#pragma once
4
5#include "can.h"
6#include "can_msg_tx.h"
7
8uint8_t calculateHondaChecksum(uint16_t canId, uint8_t length, uint8_t* msg);
10
uint8_t calculateHondaChecksum(uint16_t canId, uint8_t length, uint8_t *msg)
void canDashboardHondaK(CanCycle cycle)
Definition can.h:83