- Format source code to comply with Adafruit style guidelines
- Add SPI interface example sketch
🤖 Generated with Claude Code
Co-Authored-By: Claude <noreply@anthropic.com>
- Add sensorapi example demonstrating Adafruit Sensor interface
- Shows sensor specifications and metadata from datasheet
- Uses sensors_event_t structure for standardized readings
- Includes timestamp information for data logging compatibility
- Apply clang-format to ensure consistent code style
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
Features:
- Fixed coefficient parsing with correct bit field extraction
- Temperature and pressure compensation algorithms
- Pressure readings in hPa (hectopascals)
- Adafruit_Sensor unified interface compatibility
- Complete register access and configuration API
- FIFO support and interrupt handling
🤖 Generated with Claude Code
Co-Authored-By: Claude <noreply@anthropic.com>