You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The bubble level demo demonstrates basic usage of the on-board accelerometer to implement a bubble level. A bubble level utilizes two axes to visually show deviation from a level plane (0 degrees) on a given axis.
BME280 sensor data (temperature, air pressure, and humidity) displayed on a Waveshare ILI9341 LCD using the NXP LPC55S06-EVK. Bare-metal implementation (no SDK functions), developed with the MCUXpresso IDE. SPI and I²C drivers are available on a separate branch.