Overridable Options - Part 4 (PR#2556)
Apply `ENABLED` / `DISABLED` / `HAS_SERVOS` macros to pins files.
This commit is contained in:
committed by
Richard Wackerbarth
parent
4b40964064
commit
c0d7ea3e7e
@ -61,7 +61,7 @@
|
||||
// Data from: http://www.doc-diy.net/photo/rc-1_hacked/
|
||||
#define PHOTOGRAPH_PIN 29
|
||||
|
||||
#ifdef RA_CONTROL_PANEL
|
||||
#if ENABLED(RA_CONTROL_PANEL)
|
||||
|
||||
#define SDSS 53
|
||||
#define SDCARDDETECT 28
|
||||
@ -76,7 +76,7 @@
|
||||
|
||||
#endif // RA_CONTROL_PANEL
|
||||
|
||||
#ifdef RA_DISCO
|
||||
#if ENABLED(RA_DISCO)
|
||||
//variables for which pins the TLC5947 is using
|
||||
#define TLC_CLOCK_PIN 25
|
||||
#define TLC_BLANK_PIN 23
|
||||
|
Reference in New Issue
Block a user