mirror of
https://github.com/synthead/timex-datalink-arduino.git
synced 2026-07-27 19:55:50 +00:00
Shorten LED on and off durations.
This commit is contained in:
+2
-2
@@ -1,7 +1,7 @@
|
||||
#define LED_PIN 13
|
||||
|
||||
#define LED_ON_MS 35
|
||||
#define LED_OFF_MS 460
|
||||
#define LED_ON_MS 15
|
||||
#define LED_OFF_MS 450
|
||||
|
||||
#include <Arduino.h>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user