From f65163092761fa2e0ad2f9738a782b4856300b48 Mon Sep 17 00:00:00 2001 From: fishsoupisgood Date: Fri, 2 Oct 2020 11:10:10 +0100 Subject: async handing of colour --- set_color/set_color.c | 1 - 1 file changed, 1 deletion(-) diff --git a/set_color/set_color.c b/set_color/set_color.c index 9dc9fdc..692355a 100644 --- a/set_color/set_color.c +++ b/set_color/set_color.c @@ -63,7 +63,6 @@ sync_leds (int fd) buf[3] = current[i].g; buf[4] = current[i].b; write (fd, buf, 8); - usleep (1000); last[i] = current[i]; } } -- cgit v1.2.3