This repository has been archived by the owner on May 3, 2024. It is now read-only.
Scarlet 0.5.2
Note that we have seen issues with RPi GPIO pins, specifically input interrupts. We recommend using the new SoftwareInterrupt
feature to avoid untraceable NullReferenceExceptions
.
Features:
- Added more helpful error messages to failed SPI pin registrations in
BBBPinManager
. - Added HX711 load sensor amplifier component.
- Added ability for GPSes to work in conjunction with other sensors, like the BNO055 to improve readings, via the
IGPS
interface. - Added
DeclinationHelper
to do magnetic pole-related computations.
Bugfixes:
- Fixed BME280 pressure giving incorrect readings.
Other:
- Added trace logging functionality to MAX31855.
- Some documentation updates.