Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 2.59 KB

README.md

File metadata and controls

23 lines (18 loc) · 2.59 KB

Sparkfun BME280 Examples Reference

Below is a brief summary of each of the example programs included in this repository. To report a bug in any of these examples or to request a new feature or example submit an issue in our GitHub issues..

Example 1: Basic Readings

This example demonstrates basic bringup of the LSM6DSO to extract gyroscope, accelerometer, and temperature readings. Each second it will print the current measurement. The user has the option to uncomment different methods to experiment with different ways of extracting the components of acceleration and gyro.

The key methods showcased by this example are:

Example 2: Settings

This example demonstrates how to set the various settings of the LSM6DSO. The range and data rate of both the accelerometer and gyroscope are set before the measurements are again periodically printed. Measurements are printed much faster than example 1 to demonstrate the settings taking effect.

The key methods showcased by this example are: