No TEMP1 or TEMP2 pins for TEENSYLU || PRINTRBOARD

Pins 2 and 3 are probably general-use pins, since the filament sensor
uses pin 2.
This commit is contained in:
Scott Lahteine 2015-01-24 05:10:48 -08:00
parent 3ec0f7cfc0
commit a7b02975b7

View File

@ -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