Metadata-Version: 2.1
Name: sj201-interface
Version: 0.0.2a1
Summary: SJ201 Interface
Home-page: https://github.com/NeonGeckoCom/sj201-interface
Author: Neongecko
Author-email: developers@neon.ai
License: BSD-3
Platform: UNKNOWN
Description-Content-Type: text/markdown
Requires-Dist: RPi.GPIO (~=0.7)
Requires-Dist: smbus2 (~=0.4)
Requires-Dist: ovos-utils (~=0.0.25)
Requires-Dist: board (~=1.0)
Requires-Dist: click (~=8.0)
Requires-Dist: click-default-group (~=1.2)
Requires-Dist: rpi-ws281x (~=4.3)
Requires-Dist: adafruit-circuitpython-neopixel (~=6.3)
Requires-Dist: adafruit-blinka (~=8.6)
Requires-Dist: spidev (~=3.5)

# SJ-201 Interface
Contains Python bindings for released versions of the SJ201 using 
[Mycroft testing code](https://github.com/MycroftAI/mark-ii-hardware-testing)
for reference.

# CLI Usage

## `sj201 reset-led <color>`
Chase the specified color and then chase off LED ring. Valid colors are:
- white
- yellow
- red
- green
- blue
- magenta
- burnt_orange
- mycroft_red
- mycroft_green
- mycroft_blue
>*NOTE*: On the SJ201R10, this command must be run as root

## `sj201 set-fan-speed <percent>`
Set the fan speed to the specified speed as a percentage.
>*NOTE*: On the SJ201R10, changing the fan speed is currently not persistent and
> the fan will default to 100% after momentarily setting the requested speed.
> Setting speed to 0 will turn off the fan until the Raspberry Pi is shut down,
> at which point the fan will resume 100%.

## `init-ti-amp`
Perform one-time initialization of the TAS5806 Audio Amplifier


