digitaldanny / AudioEffectsGlove

A hand tracking glove that controls parameters of various audio effects.
1 stars 0 forks source link

Glove Main Program Loop #63

Closed digitaldanny closed 3 years ago

digitaldanny commented 3 years ago

Complete:

digitaldanny commented 3 years ago

Reading / writing data packets according to the message protocol works between the C2000 and MSP432. Need to add a non-blocking read function for the C2000 so the DSP algorithms can run while waiting for new controller data.

digitaldanny commented 3 years ago

Reading / writing data packets according to the message protocol works between the C2000 and MSP432. Need to add a non-blocking read function for the C2000 so the DSP algorithms can run while waiting for new controller data.

Will handle doing this in the #54 issue.

digitaldanny commented 3 years ago