This commit is contained in:
ellensp 2025-12-21 08:58:36 +13:00 committed by GitHub
commit a4037bbb10
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -68,6 +68,13 @@
//
#define HEATER_0_PIN PA0 // HEATER1
#define HEATER_BED_PIN PA1 // HOT BED
#define FAN0_PIN PA2 // FAN
#define FAN0_PIN PA2 // FAN0
#define FAN1_PIN PC1 // FAN1
#define FAN2_PIN PC0 // FAN2
//
// Misc. Functions
//
#define LED_PIN PC14
#include "pins_CREALITY_V4.h"