Add Einstart-S support (#11219)
Indeed the HAL does not need to be mucked around with to expose ATmega2560 pins not available as numbers on the MEGA board, I'll need to update the wiki with that tidbit and a reference to the pin-mapping comment in `fastio_1280.h`.
This commit is contained in:
committed by
Scott Lahteine
parent
244b9a8257
commit
094e6d81a5
@@ -94,6 +94,8 @@
|
||||
#define THERMISTOR_NAME "PT100 4K7"
|
||||
#elif THERMISTOR_ID == 110
|
||||
#define THERMISTOR_NAME "PT100 1K"
|
||||
#elif THERMISTOR_ID == 666
|
||||
#define THERMISTOR_NAME "Einstart S"
|
||||
|
||||
// High Temperature thermistors
|
||||
#elif THERMISTOR_ID == 66
|
||||
|
||||
Reference in New Issue
Block a user