Auto-generated configs and docs
This commit is contained in:
parent
298dddc65a
commit
32b6b5f68e
|
@ -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",
|
||||
}
|
|
@ -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 it is too large
Load Diff
File diff suppressed because one or more lines are too long
|
@ -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
Loading…
Reference in New Issue