Analyzing gesture data

Since the APDS-9960 only provides the raw data for a gesture, it's up to the developer to create an algorithm that can determine what gesture movement was actually created. While we like to create software architecture up front and design how everything will work before writing any code, it's sometimes necessary to do some experiments first. These experiments are designed to help us understand the components that we are working with and to help us design an algorithm that can determine what gesture was made. These experiments, however, should not be considered as producing the production code. Developers are simply improving their understanding of the part and the resultant test code should be refactored, cleaned up, ...

Get MicroPython Projects now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.