fix: onewire
This commit is contained in:
2
gpio.c
2
gpio.c
@@ -8,7 +8,7 @@
|
||||
#define LED_BLINK_SLOW 1000 // Warning blink interval (ms)
|
||||
#define LED_BLINK_FAST 500 // Error blink interval (ms)
|
||||
#define LED_BREATH_PERIOD 2000 // Breathing effect period (ms)
|
||||
#define STATE_STABILITY 500 // Minimum time before state change (ms)
|
||||
#define STATE_STABILITY 500 // Minimum time before state change (ms)
|
||||
|
||||
#define LED_G (1 << 4)
|
||||
#define LED_B (1 << 3)
|
||||
|
||||
Reference in New Issue
Block a user