rusEFI
The most advanced open source ECU
Loading...
Searching...
No Matches
trigger_scope_config.h
Go to the documentation of this file.
1#include "hellen_meta.h"
2
3#define TRIGGER_SCOPE_ADC ADCD3
4
5#define TRIGGER_SCOPE_SAMPLE_TIME ADC_SAMPLE_144
6
7#define TRIGGER_SCOPE_PIN_CH1 Gpio::H144_IN_RES2
8#define TRIGGER_SCOPE_ADC_CH1 H144_ADC_IN_RES2
9
10#define TRIGGER_SCOPE_HAS_CH2 true
11#define TRIGGER_SCOPE_PIN_CH2 Gpio::H144_IN_RES3
12#define TRIGGER_SCOPE_ADC_CH2 H144_ADC_IN_RES3