Added note that D13 can't be used as input, pulled-high.

This commit is contained in:
Sonny Jeon
2012-11-09 18:33:38 -07:00
parent 5844172af1
commit 978de77c2f
2 changed files with 2 additions and 3 deletions

View File

@ -63,7 +63,7 @@
#define SPINDLE_DIRECTION_DDR DDRB
#define SPINDLE_DIRECTION_PORT PORTB
#define SPINDLE_DIRECTION_BIT 5 // Uno Digital Pin 13
#define SPINDLE_DIRECTION_BIT 5 // Uno Digital Pin 13 (NOTE: D13 can't be pulled-high input due to LED.)
#define COOLANT_FLOOD_DDR DDRC
#define COOLANT_FLOOD_PORT PORTC