Skip to content

Commit

Permalink
Add EZBOARD PT100 pin
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkyhead committed Aug 25, 2019
1 parent c7825e6 commit 7183a58
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion Marlin/src/pins/lpc1769/pins_TH3D_EZBOARD.h
Original file line number Diff line number Diff line change
Expand Up @@ -93,9 +93,15 @@
// Temp Sensors
// 3.3V max when defined as an Analog Input!
//
#define TEMP_0_PIN 0 // Analog Input P0_23
#if TEMP_SENSOR_0 == 20 // PT100 Adapter
#define TEMP_0_PIN 7 // Analog Input
#else
#define TEMP_0_PIN 0 // Analog Input P0_23
#endif

#define TEMP_BED_PIN 1 // Analog Input P0_24
#define TEMP_1_PIN 2 // Analog Input P0_25

#if ENABLED(FILAMENT_WIDTH_SENSOR)
#define FILWIDTH_PIN 3 // Analog Input P0_26
#else
Expand Down

0 comments on commit 7183a58

Please sign in to comment.