Hey I am pretty new to this but was wondering if something like this is possible:
int band1[5] = {1,2,3,4,5];
int band2[5] = {6,7,8,9,10];
int band3[5] = {11,12,13,14,15};
int LEDpins[3] = {band1, band2, band3}; //im pretty sure the problem is the "int" on this line but I have tried "string" etc also with no success.
Thanks for any help,
Best Regards,
Luke