Remove spaces, rearange tabs
This commit is contained in:
parent
03f6537a87
commit
d70675b9e7
8
main.c
8
main.c
@ -120,14 +120,10 @@ int main (void)
|
||||
led_bar1[i].g=0;
|
||||
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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user