Skip to content

Commit

Permalink
24V enables low
Browse files Browse the repository at this point in the history
  • Loading branch information
eliasbakken committed Apr 16, 2024
1 parent 8018bac commit 399d390
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions userpatches/overlay/klipper/generic-recore-a5.cfg
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This file contains common pin mappings for Recore A6 boards.
# This file contains common pin mappings for Recore A5 boards.
# To use this config, the firmware should be compiled for
# AR100 and STM32F031

Expand Down Expand Up @@ -252,7 +252,7 @@ pin: PB4
reset_pin: ar100:PG1

[static_digital_output 24V_enable]
pins: ar100:PG2
pins: !ar100:PG2

[static_digital_output endstops_5V_enable]
pins: ar100:PG11
Expand Down
2 changes: 1 addition & 1 deletion userpatches/overlay/klipper/generic-recore-a6.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ reset_pin: ar100:PF4
pins: ar100:PF2

[static_digital_output 24V_enable]
pins: ar100:PF5
pins: !ar100:PF5

[static_digital_output pga_gain]
# GPIO Programmable gain amplifier
Expand Down
2 changes: 1 addition & 1 deletion userpatches/overlay/klipper/generic-recore-a7.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ reset_pin: ar100:PF4
pins: ar100:PF2

[static_digital_output 24V_enable]
pins: ar100:PF5
pins: !ar100:PF5

[static_digital_output pga_gain]
# GPIO Programmable gain amplifier
Expand Down
2 changes: 1 addition & 1 deletion userpatches/overlay/klipper/generic-recore-a8.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ reset_pin: ar100:PF4
pins: ar100:PF2

[static_digital_output 24V_enable]
pins: ar100:PF5
pins: !ar100:PF5

[static_digital_output pga_gain]
# GPIO Programmable gain amplifier
Expand Down

0 comments on commit 399d390

Please sign in to comment.