Thanks guys. memcpy worked great. What I ended up doing was declaring the all the data arrays, and then i declared one more empty array the same size as the data arrays. I then used memcpy as you guys ...
I'm creating an electronic instrument using the PIC16F916 and square waves. Essentially it will output quasi-randomized notes in a user-selected key. I can't ...