Metadata-Version: 2.4
Name: ovos_i2c_detection
Version: 0.0.6a2
Summary: i2c detection for some devices
Home-page: https://github.com/OpenVoiceOS/ovos_i2c_detection
Author: builderjer
Author-email: builderjer@gmail.com
License: MIT
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pyserial
Dynamic: author
Dynamic: author-email
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: license-file
Dynamic: requires-dist
Dynamic: summary

# ovos-i2c-detection
A small repo containing auto-detection scripts for i2c devices

Currently you can get detection results for the following devices

* Mycroft sj201 sound card
  * v6 - dev kit  `is_sj201_v6`
  * v10 - production unit  `is_sj201_v10`
* Texas Instruments tas5806 audio amp  (Used for sj201_v10 detection)
  * `is_texas_tas5806`
* WM8960 devices
  * `is_wm8960`
  * ReSpeaker 2mic
  * Adafruit 2mic
  * Im sure there are others
* ReSpeaker 4mic
  * `is_respeaker_4mic`
* ReSpeaker 6mic
  * `is_respeaker_6mic`
* Adafruit audio amp (https://www.adafruit.com/product/1752)
  * `is_adafruit_amp`
+ Mycroft Mark 1 device
  + `is_mark_1`
* HiFiBerry DAC Pro (https://www.hifiberry.com/shop/boards/dac2-pro/)
  * `is_hifiberry_dac_pro`
