auto-sync
This commit is contained in:
parent
b557a2e2ed
commit
16b52878eb
|
@ -271,14 +271,21 @@ void setMiata1994(engine_configuration_s *engineConfiguration, board_configurati
|
|||
boardConfiguration->idleValvePin = GPIOB_9;
|
||||
|
||||
boardConfiguration->ignitionPins[0] = GPIOC_7; // Frankenso high side #3
|
||||
boardConfiguration->ignitionPins[1] = GPIOE_14; // Frankenso high side #2
|
||||
boardConfiguration->ignitionPins[2] = GPIO_NONE;
|
||||
boardConfiguration->ignitionPins[1] = GPIO_NONE;
|
||||
boardConfiguration->ignitionPins[2] = GPIOE_14; // Frankenso high side #2
|
||||
boardConfiguration->ignitionPins[3] = GPIO_NONE;
|
||||
boardConfiguration->ignitionPinMode = OM_DEFAULT;
|
||||
|
||||
setFrankenso_01_LCD(boardConfiguration);
|
||||
|
||||
|
||||
engineConfiguration->tpsAdcChannel = EFI_ADC_2;
|
||||
engineConfiguration->map.sensor.hwChannel = EFI_ADC_4;
|
||||
engineConfiguration->mafAdcChannel = EFI_ADC_0;
|
||||
engineConfiguration->cltAdcChannel = EFI_ADC_12;
|
||||
engineConfiguration->iatAdcChannel = EFI_ADC_11;
|
||||
|
||||
|
||||
/**
|
||||
* VBatt
|
||||
*/
|
||||
|
@ -310,8 +317,8 @@ void setMiata1996(engine_configuration_s *engineConfiguration, board_configurati
|
|||
engineConfiguration->tpsAdcChannel = EFI_ADC_13;
|
||||
|
||||
boardConfiguration->ignitionPins[0] = GPIOE_12; // Frankenstein: high side #3
|
||||
boardConfiguration->ignitionPins[1] = GPIOE_14; // Frankenstein: high side #4
|
||||
boardConfiguration->ignitionPins[2] = GPIO_NONE;
|
||||
boardConfiguration->ignitionPins[1] = GPIO_NONE;
|
||||
boardConfiguration->ignitionPins[2] = GPIOE_14; // Frankenstein: high side #4
|
||||
boardConfiguration->ignitionPins[3] = GPIO_NONE;
|
||||
boardConfiguration->ignitionPinMode = OM_DEFAULT;
|
||||
|
||||
|
|
|
@ -9,13 +9,14 @@
|
|||
#include "main.h"
|
||||
#include "engine_emulator.h"
|
||||
|
||||
extern "C" {
|
||||
#include "advance_map.h"
|
||||
#include "fuel_math.h"
|
||||
|
||||
#include "status_loop.h"
|
||||
#include "advance_map.h"
|
||||
#include "wave_analyzer.h"
|
||||
#include "fuel_math.h"
|
||||
#include "pin_repository.h"
|
||||
|
||||
extern "C" {
|
||||
#include "poten.h"
|
||||
}
|
||||
#include "trigger_emulator.h"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
// This file was generated by Version2Header
|
||||
// Sat Sep 06 19:16:30 EDT 2014
|
||||
// Sun Sep 07 19:26:38 EDT 2014
|
||||
#ifndef VCS_VERSION
|
||||
#define VCS_VERSION "4575"
|
||||
#define VCS_VERSION "4591"
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue