From 75e6e717ba857ed87213175491d208ddab613376 Mon Sep 17 00:00:00 2001 From: Peter Polidoro Date: Thu, 16 Sep 2021 12:48:05 -0400 Subject: [PATCH] Update email address --- README.org | 4 ++-- library.properties | 4 ++-- src/AD57X4R.cpp | 2 +- src/AD57X4R.h | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.org b/README.org index 998e324..8bdb6ce 100644 --- a/README.org +++ b/README.org @@ -1,6 +1,6 @@ #+TITLE: AD57X4R #+AUTHOR: Peter Polidoro -#+EMAIL: peterpolidoro@gmail.com +#+EMAIL: peter@polidoro.io * Library Information - Name :: AD57X4R @@ -8,7 +8,7 @@ - License :: BSD - URL :: https://github.com/janelia-arduino/AD57X4R - Author :: Peter Polidoro - - Email :: peterpolidoro@gmail.com + - Email :: peter@polidoro.io Provides an SPI based interface to the AD5724R, AD5734R, and the AD5754R Quad 12-/14-/16-Bit Unipolar/Bipolar Voltage Output DACs. diff --git a/library.properties b/library.properties index 3dd7a74..d6808f1 100644 --- a/library.properties +++ b/library.properties @@ -1,7 +1,7 @@ name=AD57X4R version=4.0.1 -author=Peter Polidoro -maintainer=Peter Polidoro +author=Peter Polidoro +maintainer=Peter Polidoro 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 diff --git a/src/AD57X4R.cpp b/src/AD57X4R.cpp index a339965..628a358 100644 --- a/src/AD57X4R.cpp +++ b/src/AD57X4R.cpp @@ -6,7 +6,7 @@ // Unipolar/Bipolar Voltage Output DACs. // // Authors: -// Peter Polidoro peterpolidoro@gmail.com +// Peter Polidoro peter@polidoro.io // ---------------------------------------------------------------------------- #include "AD57X4R.h" diff --git a/src/AD57X4R.h b/src/AD57X4R.h index 459a173..7055a1d 100644 --- a/src/AD57X4R.h +++ b/src/AD57X4R.h @@ -6,7 +6,7 @@ // Unipolar/Bipolar Voltage Output DACs. // // Authors: -// Peter Polidoro peterpolidoro@gmail.com +// Peter Polidoro peter@polidoro.io // ---------------------------------------------------------------------------- #ifndef AD57X4R_H #define AD57X4R_H