Easier override of FILWIDTH_PIN
This commit is contained in:
parent
147d9d76fc
commit
65a0212866
5 changed files with 20 additions and 5 deletions
|
|
@ -99,7 +99,10 @@
|
|||
// Misc. Functions
|
||||
//
|
||||
#define SDSS 26
|
||||
#define FILWIDTH_PIN 2 // Analog Input
|
||||
|
||||
#ifndef FILWIDTH_PIN
|
||||
#define FILWIDTH_PIN 2 // Analog Input
|
||||
#endif
|
||||
|
||||
//
|
||||
// LCD / Controller
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue