works for me on simple set up with chain of ws2812bs, was 640ms a cycle now 130ms
typo on link above should be https://github.com/PaulStoffregen/WS2812Serial/commit/74c469ec35153639a6f9609c2e433bbf391c74c8
Hi liv
In you’re setgain, your setting i-1 - is that correct, looks like it should i
void setGain(){
float divA = 1/(carrierCountA);
for(int i = 0; i < 4; i ++){
if(carriers){
...