WS2811 Compiler Error
Posted: Mon Oct 24, 2022 8:14 pm
I started with just the Initialize command for the WS2811 component and it generates a warning and an error. I have tried this with various 8 bit PIC parts at different clock speeds and get the same result.
**********
WS2811_TEST.c:
147: #warning WS2811 Timings are less than 10 instructions, timing may be incorrect at the current clock speed
C:\ProgramData\MatrixTSL\FlowcodeV9\CAL\ESP\ESP_CAL_RMT.c:
67: void FC_CAL_RMT_TX_1 (void);
(984) type redeclared ^
(908) exit status = 1
(908) exit status = 1
Error returned from [xc8.exe]
**********
I could use some help on what causes this.
**********
WS2811_TEST.c:
147: #warning WS2811 Timings are less than 10 instructions, timing may be incorrect at the current clock speed
C:\ProgramData\MatrixTSL\FlowcodeV9\CAL\ESP\ESP_CAL_RMT.c:
67: void FC_CAL_RMT_TX_1 (void);
(984) type redeclared ^
(908) exit status = 1
(908) exit status = 1
Error returned from [xc8.exe]
**********
I could use some help on what causes this.