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

Thu, 20 Apr 2023 15:19:31 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Thu, 20 Apr 2023 15:19:31 +0200
changeset 36
7b5c1fbeda7b
parent 1
1c9894662795
permissions
-rw-r--r--

Moved the kicad drawing into the project.

---
components:
  - name: tsl4531
    description: Driver for digital ambient light sensor TSL4531
    group: light
    groups: []
    code_owners: UncleRus
    depends:
      - i2cdev
      - log
      - esp_idf_lib_helpers
    thread_safe: yes
    targets:
      - name: esp32
      - name: esp8266
      - name: esp32s2
      - name: esp32c3
    licenses:
      - name: BSD-3
    copyrights:
      - author:
          name: UncleRus
        year: 2019
      - author:
          name: bschwind
        year: 2017

mercurial