Auto-generated configs and docs

This commit is contained in:
GitHub gen-configs Action 2023-10-26 02:59:17 +00:00
parent 0f1e1811cb
commit 13b17ec8b9
4 changed files with 8771 additions and 0 deletions

View File

@ -0,0 +1,20 @@
//DO NOT EDIT MANUALLY, let automation work hard.
// auto-generated by PinoutLogic.java based on config/boards/hellen/uaefi/connectors/uaefi.yaml
#pragma once
Gpio GENERATED_OUTPUTS = {
Gpio::MM100_INJ1, // 5 injector output 1
Gpio::MM100_INJ2, // 6 injector output 2
Gpio::MM100_INJ3, // 7 injector output 3
Gpio::MM100_INJ4, // 8 injector output 4
Gpio::MM100_IGN8, // 19 Main Relay
Gpio::MM100_OUT_PWM5, // 20 Fuel Pump Relay
Gpio::MM100_OUT_PWM3, // 21 Relay Output
Gpio::MM100_IGN7, // 22 Relay Output
Gpio::MM100_OUT_PWM4, // 23 Engine Radiator Fan
Gpio::MM100_IGN1, // 11 Coil 1
Gpio::MM100_IGN2, // 12 Coil 2
Gpio::MM100_IGN3, // 13 Coil 3
Gpio::MM100_IGN4, // 14 Coil 4
}

View File

@ -0,0 +1,25 @@
//DO NOT EDIT MANUALLY, let automation work hard.
// auto-generated by PinoutLogic.java based on config/boards/hellen/uaefi/connectors/uaefi.yaml
#include "pch.h"
// see comments at declaration in pin_repository.h
const char * getBoardSpecificPinName(brain_pin_e brainPin) {
switch(brainPin) {
case Gpio::A9: return "6 injector output 2";
case Gpio::B9: return "22 Relay Output";
case Gpio::C13: return "11 Coil 1";
case Gpio::C7: return "21 Relay Output";
case Gpio::C8: return "23 Engine Radiator Fan";
case Gpio::C9: return "20 Fuel Pump Relay";
case Gpio::D10: return "8 injector output 4";
case Gpio::D11: return "7 injector output 3";
case Gpio::D3: return "5 injector output 1";
case Gpio::E3: return "14 Coil 4";
case Gpio::E4: return "13 Coil 3";
case Gpio::E5: return "12 Coil 2";
case Gpio::E6: return "19 Main Relay";
default: return nullptr;
}
return nullptr;
}

View File

@ -0,0 +1,6 @@
//
// was generated automatically by rusEFI tool config_definition.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 2514303529
#define TS_SIGNATURE "rusEFI master.2023.10.26.uaefi.2514303529"

File diff suppressed because it is too large Load Diff