We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5615899 commit 886545bCopy full SHA for 886545b
examples/threepixeldemo.c
@@ -23,7 +23,7 @@
23
#define SET_BIT_LO(V, B) (V) &= (uint8_t)~BIT(B)
24
25
// Define the output function.
26
-DEFINE_WS2811_FN(WS2811RGB, PORT, PIN)
+DEFINE_WS2811_OUT_1_FN(WS2811RGB, PORT, PIN)
27
28
// Drive the three pixels in an infinite loop.
29
void threepixeldemo(void)
0 commit comments