April 2020
Intermediate to advanced
294 pages
7h 53m
English
The gesture driver that we are going to write for this project isn't so much a driver as it is a dedicated application module. A driver should be a generic implementation of how to interact with the APDS-9960. We are going to write a class that does the following:
The gesture application is therefore integrated into the driver functionality. If we really wanted to create an APDS-9960 driver, we'd create a class that would interact with all the analog engines in the APDS-9960, from a very generic viewpoint, and then create another class that uses the ...
Read now
Unlock full access