This code example demonstrates how to implement pipeline scanning in CapSense to improve performance. When a particular widget is being processed, the next widget in line can be scanned parallelly. This is better than conventional method of scanning all the widgets and then processing the scanned data later altogether thus reducing net scan time. -
View it on GitHub