esp-idf-lib/components/pcf8591/.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: pcf8591
    description: Driver for 8-bit ADC and an 8-bit DAC PCF8591
    group: adc-dac
    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: 2017
      - author:
          name: PhamNgocT
        year: 2017

mercurial