Skip to main content

Python AD5662 DAC interface for Raspberry Pi

Project description

Python module to communicate between Raspberry Pi and AD5662 DAC.

Example of use:

Import DAC16: from DAC import DAC16

Initialize rpi GPIOs: DIN = 18 SCLK = 11 SYNC = 4 dac = DAC16(SYNC, SCLK, DIN)

Write intValue (between 0-65535): dac.write(intValue)

ported from Albert van Dalen’s Arduino library (http://www.avdweb.nl/arduino/hardware-interfacing/16-bit-dac.html).

Project details


Release history Release notifications | RSS feed

This version

1.0

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

rpiDAC-1.0.tar.gz (754 Bytes view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page