Coordinated update required when the firmware register map is expanded (NorthernWidget/Project-Apis#16). Key library-side changes:
- Update all register address constants to match new layout
- Change ready-flag check from
== 1 to & 0x01
- Add
begin() firmware version check — warn or return false if firmware is incompatible
- Expose signal strength via a
getSignalStrength() method
- Add writable I2C address register support
Both repos need coordinated version bumps. This is a breaking change.
Coordinated update required when the firmware register map is expanded (NorthernWidget/Project-Apis#16). Key library-side changes:
== 1to& 0x01begin()firmware version check — warn or return false if firmware is incompatiblegetSignalStrength()methodBoth repos need coordinated version bumps. This is a breaking change.