Skip to content

Releases: m5stack/M5UnitUnified

0.2.0

08 Aug 07:48
Compare
Choose a tag to compare

Add

  • Support UART(Serial)

追加

  • UART(Serial) 接続サポート

0.1.6

15 Jul 08:30
Compare
Choose a tag to compare

Fixes

  • RMT TX API

Add

  • RMT RX API

修正

  • RMT TX API

追加

  • RMT RX API

0.1.5

17 Jun 07:59
Compare
Choose a tag to compare

Add

  • Add test template for GPIO

Fixes

  • Add RMT cleanup

追加

  • GPIO 用テストテンプレート追加

修正

  • RMT の後始末を追加

0.1.4

10 Jun 09:57
Compare
Choose a tag to compare

Fixes

  • Fixes for ESP32C6, ESP32P4

修正

  • ESP32C6, ESP32P4 向け修正

0.1.3

10 Jun 04:32
Compare
Choose a tag to compare

Fixes

  • Fixes ADC conflicts in ESP-IDF 5.x
  • Delete deprecated API

修正

  • ESP-IDF 5.x での ADC関連 の新旧競合の修正
  • deprecated API の削除

0.1.2

04 Jun 02:35
Compare
Choose a tag to compare

Fixes

  • Fixes compile error

修正

  • コンパイルエラー修正

0.1.1

03 Jun 16:51
Compare
Choose a tag to compare

Fixes

  • Fixes compile error on esp32:esp32:3.x ArduinoIDE

修正

  • ArdionoIDE esp32:esp32:3.x のコンパイルエラー修正

0.1.0

02 Jun 09:38
Compare
Choose a tag to compare

For GPIO support

Add

  • GPIO access adapter.
    (Currently only functions required for the units are included))

Fixes

  • Fixes of conventional adapters for GPIO support
  • Fixes the parent-child relationship access of a unit

GPIO 対応

追加

  • GPIO アクセスアダプタの追加.
    (現在は各ユニットに必要な機能のみ搭載)

修正

  • GPIO 対応に伴う従来のアダプタの修正
  • ユニット親子関係アクセスの修正

0.0.6

27 Feb 03:13
Compare
Choose a tag to compare

Fixes

  • Moved device and support-related descriptions from README to Wiki
    Please refer to the Wiki for up-to-date information, etc.
  • Fixes unit test

修正

  • デバイスとサポート関連の記述を README から Wiki へ移動.
    最新情報などは Wiki を参照してください。
  • ユニットテスト修正

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