esp-idf-lib/components/max7219/.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: max7219
    description: Driver for 8-Digit LED display drivers, MAX7219/MAX7221
    group: led
    groups: []
    code_owners: UncleRus
    depends:
      - driver
      - log
    thread_safe: yes
    targets:
      - name: esp32
      - name: esp32s2
      - name: esp32c3
    licenses:
      - name: BSD-3
    copyrights:
      - author:
          name: UncleRus
        year: 2019

mercurial