- Add hardware and software SPI interface support via BusIO
- Implement FIFO test example with correct 23-bit sign extension fix
- Add calculateTemperature() and calculatePressure() functions for raw data
- Refactor existing read functions to use calculation functions
- Fix SPI mode to MODE3 and rename fulltest example directory
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
Fix Doxygen warnings by adding inline documentation for all register definitions
🤖 Generated with Claude Code
Co-Authored-By: Claude <noreply@anthropic.com>
Make SPIClass parameter non-optional to resolve compilation error when calling begin() with CS pin
🤖 Generated with Claude Code
Co-Authored-By: Claude <noreply@anthropic.com>
- 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>
Update product name references to use correct SPA06_003 naming with underscore
🤖 Generated with Claude 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>