summaryrefslogtreecommitdiff
path: root/trunk/darwin/firmware/Arduino/Extruder_SNAP/init.dist.h
blob: 6f3a972917456e01c363ade060f58b8da255af44 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// THIS IS THE DISTRIBUTION HEADER FILE.
// Please rename to init.h and make local customizations there.
// Thanks -- Zach Hoeken

/********************************
 * digital i/o pin assignment
 ********************************/

#define EXTRUDER_MOTOR_SPEED_PIN 	  3
#define EXTRUDER_MOTOR_DIR_PIN   	  4
#define EXTRUDER_HEATER_PIN      	  5
#define EXTRUDER_COOLER_PIN     	  6
#define EXTRUDER_THERMISTOR_PIN 	  0
#define EXTRUDER_VALVE_DIR_PIN        15
#define EXTRUDER_VALVE_ENABLE_PIN     16