esp-idf-lib/components/ina3221/.eil.yml

Fri, 07 Apr 2023 14:31:17 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Fri, 07 Apr 2023 14:31:17 +0200
changeset 21
df8564c9701e
parent 1
1c9894662795
permissions
-rw-r--r--

The esp-idf-lib apds9930 component is now working. In nvsio stop logging not updated values. Store gain and aglbit values in nvs.

---
components:
  - name: ina3221
    description: Driver for INA3221 shunt and bus voltage monitor
    group: current
    groups: []
    code_owners: UncleRus
    depends:
      - name: i2cdev
      - name: log
      - name: esp_idf_lib_helpers
    thread_safe: yes
    targets:
      - name: esp32
      - name: esp8266
      - name: esp32s2
      - name: esp32c3
    licenses:
      - name: ISC
    copyrights:
      - author:
          name: UncleRus
        year: 2019
      - author:
          name: Zaltora
        year: 2016

mercurial