Tester first iteration

This commit is contained in:
Emanuele Trabattoni
2026-03-31 17:44:00 +02:00
parent 6072a603df
commit 21e50bdca8
10 changed files with 362 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
#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