Compare commits
No commits in common. 'master' and 'dev' have entirely different histories.
@ -1,17 +1,10 @@ |
|||||||
/* Config for SIPO PWM */ |
/* Config for SIPO PWM */ |
||||||
|
|
||||||
// --- PWM pin aliases ---
|
// PWM pin aliases
|
||||||
|
|
||||||
// Store signal
|
|
||||||
#define SPWM_STR D2 |
#define SPWM_STR D2 |
||||||
// Shift/clock signal
|
|
||||||
#define SPWM_CLK D3 |
#define SPWM_CLK D3 |
||||||
// Data signal
|
|
||||||
#define SPWM_DATA D4 |
#define SPWM_DATA D4 |
||||||
|
|
||||||
|
|
||||||
// --- Other settings ---
|
|
||||||
|
|
||||||
// Number of PWM levels (color depth)
|
// Number of PWM levels (color depth)
|
||||||
#define SPWM_COLOR_DEPTH 256 |
#define SPWM_COLOR_DEPTH 256 |
||||||
|
|
Loading…
Reference in new issue