Auto-generated configs and docs
This commit is contained in:
parent
569fb6f999
commit
811f077dee
|
@ -0,0 +1,7 @@
|
|||
//DO NOT EDIT MANUALLY, let automation work hard.
|
||||
|
||||
// auto-generated by PinoutLogic.java based on config/boards/hellen/hellen-112-17/connectors/main.yaml
|
||||
#pragma once
|
||||
|
||||
Gpio GENERATED_OUTPUTS = {
|
||||
}
|
|
@ -0,0 +1,12 @@
|
|||
//DO NOT EDIT MANUALLY, let automation work hard.
|
||||
|
||||
// auto-generated by PinoutLogic.java based on config/boards/hellen/hellen-112-17/connectors/main.yaml
|
||||
#include "pch.h"
|
||||
|
||||
// see comments at declaration in pin_repository.h
|
||||
const char * getBoardSpecificPinName(brain_pin_e brainPin) {
|
||||
switch(brainPin) {
|
||||
default: return nullptr;
|
||||
}
|
||||
return nullptr;
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
//
|
||||
// was generated automatically by rusEFI tool config_definition.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH 2398669285
|
||||
#define TS_SIGNATURE "rusEFI master.2023.09.08.hellen-112-17.2398669285"
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue