digitaldanny / AudioEffectsGlove

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

Create a Cpp Wrapper for the NXP Module #2

Closed digitaldanny closed 4 years ago

digitaldanny commented 4 years ago

Is your feature request related to a problem? Please describe. N/A

Describe the solution you'd like Because the firmware will likely be ported to a microcontroller after the prototype is complete, the NXP module (currently nxp.py) that interfaces the accel/gyro/mag sensors will be ported to cpp to run on the microcontroller. This wrapper class will provide the same functionality whether the build switch from this issue is enabled or not in order to support identical functionality on multiple targets.

Describe alternatives you've considered

Additional context N/A

digitaldanny commented 4 years ago

The feature has been added in thenxp_interface_api .cpp/.h files.