Label analog pins in a similar way
Some other pins formatting also
This commit is contained in:
@ -89,9 +89,9 @@
|
||||
//
|
||||
// Temperature Sensors
|
||||
//
|
||||
#define TEMP_0_PIN 0
|
||||
#define TEMP_1_PIN 1
|
||||
#define TEMP_BED_PIN 2
|
||||
#define TEMP_0_PIN 0 // Analog Input
|
||||
#define TEMP_1_PIN 1 // Analog Input
|
||||
#define TEMP_BED_PIN 2 // Analog Input
|
||||
|
||||
//
|
||||
// Heaters / Fans
|
||||
|
Reference in New Issue
Block a user