Auto-generated configs and docs

This commit is contained in:
GitHub gen-configs Action 2024-05-28 20:04:32 +00:00
parent 298dddc65a
commit 32b6b5f68e
6 changed files with 16993 additions and 0 deletions

View File

@ -0,0 +1,9 @@
//DO NOT EDIT MANUALLY, let automation work hard.
// auto-generated by PinoutLogic.java based on config/boards/hellen/alphax-silver/connectors/alphax-bronze.yaml
#pragma once
Gpio GENERATED_OUTPUTS = {
Gpio::H144_LS_1, // 1A - Injector 1
// "1A - Injector 1",
}

View File

@ -0,0 +1,13 @@
//DO NOT EDIT MANUALLY, let automation work hard.
// auto-generated by PinoutLogic.java based on config/boards/hellen/alphax-silver/connectors/alphax-bronze.yaml
#include "pch.h"
// see comments at declaration in pin_repository.h
const char * getBoardSpecificPinName(brain_pin_e brainPin) {
switch(brainPin) {
case Gpio::G7: return "1A - Injector 1";
default: return nullptr;
}
return nullptr;
}

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,6 @@
//
// was generated automatically by rusEFI tool config_definition-all.jar based on gen_config.sh by SignatureConsumer
//
#define SIGNATURE_HASH 1244624223
#define TS_SIGNATURE "rusEFI master.2024.05.28.alphax-silver.1244624223"

File diff suppressed because one or more lines are too long