This page is continually revised with new examples, please check back frequently.
Hello_World
The classic "Hello World" program - the simplest possible program that communicates
with the sensor and high speed interface, acquires data and prints that data.
C Source code.C++ Source code.
Callback
Demonstrates using the library's callback functionality to efficiently acquire samples and write the data to a disk file.
C Source code.C++ Source code.
Filtering
Demonstrates using the library's filtering functions to discard samples outside of a specified range.
C Source code.C++ Source code.