Remove spaces, rearange tabs

This commit is contained in:
ccppi 2024-03-14 21:41:35 +00:00
parent 03f6537a87
commit d70675b9e7

6
main.c
View File

@ -121,13 +121,9 @@ int main (void)
led_bar1[i].b=sample[i]/2;
}
}
ws2812_setleds(led_bar1,8);
}
return 0;
return 0;
}
int map(int value, int old_min, int old_max,int new_min, int new_max)