From bca26c69df6f793ae930e2e7882dd1a21f5c1524 Mon Sep 17 00:00:00 2001 From: Bernhard Tittelbach Date: Sun, 7 Jul 2013 08:04:29 +0000 Subject: [PATCH] change PS_ON_PIN to PB5, cause PC5 had double use as x-max endstop pin --- teacup_firmware/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/teacup_firmware/config.h b/teacup_firmware/config.h index 9a32a76..03446d5 100644 --- a/teacup_firmware/config.h +++ b/teacup_firmware/config.h @@ -258,7 +258,7 @@ #define SD_WRITE_PROTECT DIO3 //#define PS_ON_PIN DIO14 -#define PS_ON_PIN PC5 // on TechZoneComm Motherboard, JTAG Port, TDI Pin +#define PS_ON_PIN PB5 // on TechZoneComm Motherboard, SPI Port: MOSI //#define STEPPER_ENABLE_PIN xxxx //#define STEPPER_INVERT_ENABLE -- 1.7.10.4