Metadata-Version: 2.1
Name: DAC43608
Version: 0.2
Summary: A python wrapper for interacting with the DAC43608
Home-page: https://github.com/Pioreactor/DAC43608
Author: Cam Davidson-Pilon
Author-email: cam@pioreactor.com
License: MIT
Platform: UNKNOWN
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: adafruit-circuitpython-busdevice
Requires-Dist: Adafruit-Blinka

# DAC43608

Python library for the DAC43608

### Installation

```
pip3 install DAC43608
```


### Simple usage

```
from DAC43608 import DAC43608

dac = DAC43608()
dac.power_up(dac.A)
dac.set_intensity_to(dac.A, 0.75)
```

### What about the other 4 channels

Pull requests welcome!


