Browse Source

POWER_LOSS_PIN for BTT SKR mini MZ / E3 2.0 (#20069)

Alexander D. Kanevskiy 3 years ago
parent
commit
3c318d0dc7
No account linked to committer's email address
1 changed files with 7 additions and 0 deletions
  1. 7
    0
      Marlin/src/pins/stm32f1/pins_BTT_SKR_MINI_E3_common.h

+ 7
- 0
Marlin/src/pins/stm32f1/pins_BTT_SKR_MINI_E3_common.h View File

@@ -63,6 +63,13 @@
63 63
 #endif
64 64
 
65 65
 //
66
+// Power-loss Detection
67
+//
68
+#ifndef POWER_LOSS_PIN
69
+  #define POWER_LOSS_PIN                    PC12  // Power Loss Detection: PWR-DET
70
+#endif
71
+
72
+//
66 73
 // Steppers
67 74
 //
68 75
 #define X_ENABLE_PIN                        PB14

Loading…
Cancel
Save