Skip to content

Commit

Permalink
Update email address
Browse files Browse the repository at this point in the history
  • Loading branch information
peterpolidoro committed Sep 16, 2021
1 parent d5a6321 commit 75e6e71
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.org
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.
Expand Down
4 changes: 2 additions & 2 deletions library.properties
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
Expand Down
2 changes: 1 addition & 1 deletion src/AD57X4R.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
// Unipolar/Bipolar Voltage Output DACs.
//
// Authors:
// Peter Polidoro [email protected]
// Peter Polidoro [email protected]
// ----------------------------------------------------------------------------
#include "AD57X4R.h"

Expand Down
2 changes: 1 addition & 1 deletion src/AD57X4R.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
// Unipolar/Bipolar Voltage Output DACs.
//
// Authors:
// Peter Polidoro [email protected]
// Peter Polidoro [email protected]
// ----------------------------------------------------------------------------
#ifndef AD57X4R_H
#define AD57X4R_H
Expand Down

0 comments on commit 75e6e71

Please sign in to comment.