EmlaLockSafe
HardwareConfiguration.h
Go to the documentation of this file.
1
5#pragma once
6
10#define COIL_PIN 15
11
15#define ENABLE_CONFIG_SERVER_PIN1 35
16
20#define ENABLE_CONFIG_SERVER_PIN2 14
21
25#define SAFE_COIL_LOCKED LOW
26
30#define SAFE_COIL_UNLOCKED HIGH
31
35#define ENCODER_PIN_CLK 27
36
40#define ENCODER_PIN_DT 26
41
45#define ENCODER_SWITCH 25
46
50#define LCD_ADDR 0x27
51
55#define LCD_NUMBER_OF_COLS 20
56
60#define LCD_NUMBER_OF_ROWS 4