mirror of
https://github.com/mrcory/Eva_Clock.git
synced 2026-08-02 15:24:27 -04:00
Code not needed
This commit is contained in:
@@ -1,13 +1 @@
|
||||
//Extra Functions
|
||||
|
||||
CRGB HOLD_ARRAY[50];
|
||||
|
||||
void REVERSE_ARRAY2(int _ORIG_START, int _ORIG_NUM) {
|
||||
for (int i = 0 ; i < _ORIG_NUM ; i++) {
|
||||
HOLD_ARRAY[i] = leds2[i + _ORIG_START];
|
||||
}
|
||||
|
||||
for (int i = 0 ; i < _ORIG_NUM ; i++) {
|
||||
leds2[_ORIG_NUM - i] = HOLD_ARRAY[i];
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user