-
Interrupt support, adding methods
configure_interrupt_pin
configure_irq_src_and_control
configure_irq_src
configure_irq_duration
configure_irq_threshold
get_irq_src
configure_switch_to_low_power
configure_irq_src_and_control
- Spi support
- BREAKING - new method has been replaced by new_i2c or new_spi.
- BREAKING -
accel_norm
calculations for certain modes were incorrectly applied during 0.2.0 and have been fixed. - BREAKING - removed Hz_1344_LP5k and LowPower_1K6HZ for safety. If you were affected get in touch in the issues to brainstorm a new api for the next major release that could include these.
- BREAKING - removed
try_into_tracker
fn. See example for how to manually create a tracker. - provide
get_status
andis_data_ready
fn. - enable temperature readings by default and new
get_temp_outf
fn. - reexport
accelerometer
crate.