Skip to content

Releases: m5stack/M5UnitUnified

0.0.5

20 Jan 05:33
Compare
Choose a tag to compare

Modifications for future additions to the unit

  • Some APIs in M5UnitComponent were deprecated (To be removed in the next minor version increase)

    • readRegister16
    • writeRegister16
  • Added APIs to M5UnitComponent

    • readRegister16BE, readRegister16LE
    • writeRegister16BE, writeRegister16LE
    • readRegister32BE, readRegister32LE
    • writeRegister32BE, writeRegister32LE

今後ののユニット追加のための改変

  • M5UnitComponent のいくつかの API が非推奨になった

    • readRegister16
    • writeRegister16
  • M5UnitComponent に API を追加

    • readRegister16BE, readRegister16LE
    • writeRegister16BE, writeRegister16LE
    • readRegister32BE, readRegister32LE
    • writeRegister32BE, writeRegister32LE

0.0.4

14 Jan 10:54
Compare
Choose a tag to compare
  • Fixes compile error for ESP32C6
  • Fixes wrong function call in examples

  • ESP32C6 でコンパイルエラーが起きる場合があったので修正
  • 例の中で間違った API 呼び出しをしている箇所を修正

0.0.3

07 Jan 02:39
Compare
Choose a tag to compare
  • Add temporary API for units with special behavior

For each unit, please refer to the respective repository in the README


  • 特殊な動作をするユニット用の一時的なAPIを追加
    各ユニットについては、READMEの各リポジトリを参照してください。

0.0.2

28 Oct 11:22
Compare
Choose a tag to compare
  • Fixes some bugs
  • Add supported cores
    M5DinMeter, M5Stick CPlus2, ATOM matrix, AtomS3R, Core.INK
  • Add supported units
    UnitToF, UnitToF4M, UnitWeightI2C

For each unit, please refer to the respective repository in the README


  • いくつかのバグ修正
  • 対応コアの追加
    M5DinMeter, M5Stick CPlus2, ATOM matrix, AtomS3R, Core.INK
  • 対応ユニットの追加
    UnitToF, UnitToF4M, UnitWeightI2C

各ユニットについては、READMEの各リポジトリを参照してください。

First alpha release

10 Oct 02:40
Compare
Choose a tag to compare
0.0.1

Merge branch 'develop'