-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d5a6321
commit 75e6e71
Showing
4 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
#+TITLE: AD57X4R | ||
#+AUTHOR: Peter Polidoro | ||
#+EMAIL: [email protected] | ||
#+EMAIL: [email protected] | ||
|
||
* Library Information | ||
- Name :: AD57X4R | ||
- Version :: 4.0.1 | ||
- License :: BSD | ||
- URL :: https://github.com/janelia-arduino/AD57X4R | ||
- Author :: Peter Polidoro | ||
- Email :: [email protected] | ||
- Email :: [email protected] | ||
|
||
Provides an SPI based interface to the AD5724R, AD5734R, and the AD5754R Quad | ||
12-/14-/16-Bit Unipolar/Bipolar Voltage Output DACs. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
name=AD57X4R | ||
version=4.0.1 | ||
author=Peter Polidoro <[email protected]> | ||
maintainer=Peter Polidoro <[email protected]> | ||
author=Peter Polidoro <[email protected]> | ||
maintainer=Peter Polidoro <[email protected]> | ||
sentence=Provides an SPI based interface to the AD5724R, AD5734R, and the AD5754R Quad 12-/14-/16-Bit Unipolar/Bipolar Voltage Output DACs. | ||
paragraph=Like this project? Please star it on GitHub! | ||
category=Signal Input/Output | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
// Unipolar/Bipolar Voltage Output DACs. | ||
// | ||
// Authors: | ||
// Peter Polidoro [email protected] | ||
// Peter Polidoro [email protected] | ||
// ---------------------------------------------------------------------------- | ||
#include "AD57X4R.h" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
// Unipolar/Bipolar Voltage Output DACs. | ||
// | ||
// Authors: | ||
// Peter Polidoro [email protected] | ||
// Peter Polidoro [email protected] | ||
// ---------------------------------------------------------------------------- | ||
#ifndef AD57X4R_H | ||
#define AD57X4R_H | ||
|