-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcoder2001.yaml
More file actions
39 lines (37 loc) · 1018 Bytes
/
Copy pathcoder2001.yaml
File metadata and controls
39 lines (37 loc) · 1018 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
# ESP32 38-pin devkit w/custom MOSFET driver
substitutions:
name: 'coder2001'
# Outputs
gpio_code: 'GPIO16'
gpio_led: 'GPIO1'
gpio_led_invert: 'false'
gpio_reverse: 'GPIO18'
gpio_shunt: 'GPIO17'
gpio_trigger: 'GPIO19'
# Panel outputs (Simplex 2001)
gpio_panel_pulse: 'GPIO23'
gpio_panel_alarm: 'GPIO22'
gpio_panel_presignal: 'GPIO21'
gpio_panel_ack: 'GPIO4'
gpio_panel_reset: 'GPIO26'
gpio_panel_trouble_reset: 'GPIO2'
# Howe decoder inputs
gpio_howe_oscillator: 'GPIO14'
gpio_howe_signal: 'GPIO13'
# Inputs
gpio_zone: 'GPIO33'
gpio_zone_invert: 'true'
gpio_presignal: 'GPIO34'
gpio_presignal_invert: 'true'
gpio_presignal_pullup: 'false'
# I2C (for OLED)
gpio_scl: 'GPIO25'
gpio_sda: 'GPIO27'
# ADC button ladder
gpio_buttons_adc: 'GPIO32'
packages:
main: !include main.yaml
fire: !include includes/effects_fire.yaml
howe: !include includes/howe_panel.yaml
buttons: !include includes/buttons_menu.yaml
display: !include includes/display_oled.yaml