Browse Source

No TEMP1 or TEMP2 pins for TEENSYLU || PRINTRBOARD

Pins 2 and 3 are probably general-use pins, since the filament sensor
uses pin 2.
pull/1/head
Scott Lahteine 10 years ago
parent
commit
a7b02975b7
  1. 4
      Marlin/pins.h

4
Marlin/pins.h

@ -1788,8 +1788,8 @@
#endif //FILAMENT_SENSOR
#endif
#define TEMP_1_PIN 2
#define TEMP_2_PIN 3
#define TEMP_1_PIN -1
#define TEMP_2_PIN -1
#define SDPOWER -1
#define SDSS 8

Loading…
Cancel
Save