We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbb2d44 commit 2eb6cf0Copy full SHA for 2eb6cf0
5 files changed
include/hardware.h
@@ -19,8 +19,8 @@
19
#define LED_RED_PIN 25
20
21
#define OPENKNX_SWA_CHANNEL_COUNT 1
22
- #define OPENKNX_SWA_SET_PINS 15
23
- #define OPENKNX_SWA_RESET_PINS 14
+ #define OPENKNX_SWA_SET_PINS 14
+ #define OPENKNX_SWA_RESET_PINS 15
24
#define OPENKNX_SWA_SET_ACTIVE_ON LOW
25
#define OPENKNX_SWA_RESET_ACTIVE_ON LOW
26
#define OPENKNX_SWA_BISTABLE_IMPULSE_LENGTH 50
0 commit comments