Giter VIP home page Giter VIP logo

max5719's Introduction

MAX5719

Arduino Library for the Maxim Integrated MAX5719 20-bit DAC

See the Maxim Integrated datasheet for details MAX5719

Class, Methods, Defines

Defines

MAX5719_MAJOR

MAX5719_MINOR

MAX5719_PATCH

Description

These defines can be used to determine the current version of the library being used in your code.

Constructor

MAX5719(uint8_t SSPIN, uint8_t LDAC)

Description

Instantiation of the DAC Library sets the Slave Select Pin and LDAC Pin. Call to begin() initializes the DAC and the Slave Select Pin is pulled High

Syntax

MAX5719 myDAC(SSPIN, LDAC);

Parameters

SSPIN: (parameter required) Slave Select Pin of the DAC on the SPI bus LDAC: (parameter required) LDAC Input. A falling edge updates the internal DAC latch.

Return

None

Example
// Instantiation of MAX5719 Digital Potentiometer
MAX5481 myDAC(5, 7);

max5719's People

Contributors

robertfchapman avatar rfchapman avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.