Added note that D13 can't be used as input, pulled-high.
This commit is contained in:
parent
5844172af1
commit
978de77c2f
2 changed files with 2 additions and 3 deletions
2
config.h
2
config.h
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue