Tester first iteration
This commit is contained in:
19
RotaxMonitorTester/src/pins.h
Normal file
19
RotaxMonitorTester/src/pins.h
Normal 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
|
||||
Reference in New Issue
Block a user