We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e72243 commit 6084ccbCopy full SHA for 6084ccb
TM1637PIC.c
@@ -27,7 +27,7 @@
27
#include "TM1637PIC.h"
28
29
// Bit time for serial comms set here, may be reduced from default 100us if display dio/clk lines have no capacitor:
30
-#define BIT_TIME 5 // Bit time in us, note TM1637 max data rate of 500kHz assuming short signal path
+#define BIT_TIME 100 // Bit time in us, note TM1637 max data rate of 500kHz assuming short signal path
31
#define _XTAL_FREQ 32000000 // Define clock frequency used by xc8 __delay(time) functions
32
33
// Define library scope constants:
@@ -361,4 +361,4 @@ void rightShiftDigits (uint8_t rightShift)
361
tm1637Data[digit] = tm1637Data[shiftSource];
362
}
363
return;
364
-}
+}
0 commit comments