- 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>
- 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>