Files
AstroRotaxMonitor/RotaxMonitorTester/src/pins.h
Emanuele Trabattoni 941a2b4eaa debug testing commit
2026-04-04 03:11:44 +02:00

24 lines
407 B
C

#pragma once
///// Ignition Box A /////
#define PIN_TRIG_A12P 18
#define PIN_TRIG_A12N 19
#define PIN_TRIG_A34P 21
#define PIN_TRIG_A34N 22
#define SPARK_A12 23
#define SPARK_A34 25
///// Ignition Box /////
#define PIN_TRIG_B12P 26
#define PIN_TRIG_B12N 27
#define PIN_TRIG_B34P 32
#define PIN_TRIG_B34N 33
#define SPARK_B12 4
#define SPARK_B34 5
// Pot
#define SPARK_DELAY_POT 12
#define FREQ_POT 14