Remove spaces, rearange tabs

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

8
main.c
View File

@ -120,14 +120,10 @@ int main (void)
led_bar1[i].g=0; led_bar1[i].g=0;
led_bar1[i].b=sample[i]/2; led_bar1[i].b=sample[i]/2;
} }
} }
ws2812_setleds(led_bar1,8); 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) int map(int value, int old_min, int old_max,int new_min, int new_max)