Skip to content

Releases: m5stack/M5Unit-TOF

0.2.1

03 Apr 03:03

Choose a tag to compare

Changed

  • Examples now support TwoWire, I2C_Class, and M5HAL initialization
  • Merged SimpleDisplay example into PlotToSerial with per-unit display colors and bar gauge
  • Added ArduinoIDE define symbol guide to README
  • Bumped M5UnitUnified dependency to 0.4.4

Fixes

  • Fixed calibrateOffset() and calibrateXtalk() 16-bit register writes in both VL53L0X and VL53L1X
  • Fixed VL53L1X writeTimingBudget() using wrong distance mode internally
  • Fixed VL53L0X VHV_CONFIG read-modify-write and added softReset() to begin()
  • Fixed VL53L0X/VL53L1X softReset() to restore custom I2C address after reset
  • Fixed xtalk calibration cast in VL53L0X

変更

  • Examples が TwoWire, I2C_Class, M5HAL に対応
  • SimpleDisplay を PlotToSerial に統合し、ユニット別表示色とバーゲージを追加
  • README に ArduinoIDE の define シンボルガイドを追加
  • M5UnitUnified 依存を 0.4.4 に更新

修正

  • VL53L0X / VL53L1X の calibrateOffset() / calibrateXtalk() の 16bit レジスタ書き込みを修正
  • VL53L1X writeTimingBudget() が内部で誤った distance mode を参照していた問題を修正
  • VL53L0X VHV_CONFIG の read-modify-write を修正し、begin()softReset() を追加
  • VL53L0X / VL53L1X softReset() がカスタム I2C アドレスを復元するように修正
  • VL53L0X の xtalk キャリブレーションのキャストを修正

0.2.0

05 Jun 03:39

Choose a tag to compare

Add

  • Add UnitToF90 (SKU:U196)

Fixes

  • Fixes for M5UnitUnified 0.1.x
  • Fixes dependencies

追加

  • UnitToF90 (SKU:U196) 追加

修正

  • M5UnitUnified 0.1.x 向け修正
  • 依存関係修正

0.1.0

27 Feb 11:49

Choose a tag to compare

Add

  • Support HatToF

Fixes

  • Fixes to write predetermined value to unit after softReset

追加

  • HatTOF サポート

修正

  • softReset 後に所定の値をユニットに書き込むように修正

0.0.2

03 Feb 05:22

Choose a tag to compare

  • Fixes M5UnitUnified API calls
  • Add SimpleDisplay examples

  • M5UnitUnified API 呼び出しの修正
  • SimpleDisplay example の追加

First alpha release

28 Oct 08:18

Choose a tag to compare

0.0.1

Merge branch 'develop'