rusEFI
The most advanced open source ECU
rusefi_wideband.h
Go to the documentation of this file.
1 #pragma once
2 
3 // Indicate that an ack response was received from the wideband bootloader
5 // Update the firmware on any connected wideband controller
7 // Set the CAN index offset of any attached wideband controller
8 void setWidebandOffset(uint8_t index);
9 // Send info to the wideband controller like battery voltage, heater enable bit, etc.
10 void sendWidebandInfo();
void setWidebandOffset(uint8_t index)
void handleWidebandBootloaderAck()
void updateWidebandFirmware()
void sendWidebandInfo()