Increase the refresh rate.
This commit is contained in:
parent
f5278ca304
commit
0e981171d9
@ -335,7 +335,7 @@ static const uint8_t snakemap[][2] = {
|
||||
};
|
||||
|
||||
SYSCTL_NODE(_hw, OID_AUTO, sevenseg, CTLFLAG_RD, 0, "7 seg");
|
||||
static int freq = 100;
|
||||
static int freq = 20;
|
||||
SYSCTL_INT(_hw_sevenseg, OID_AUTO, freq, CTLFLAG_RW, &freq, 0,
|
||||
"7 Seg update frequency");
|
||||
static void
|
||||
|
Loading…
Reference in New Issue
Block a user