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 7cbbb1b commit f8c1179
Show file tree
Hide file tree
Showing 17 changed files with 19 additions and 19 deletions.
4 changes: 2 additions & 2 deletions README.org
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
#+TITLE: Watchdog
#+AUTHOR: Peter Polidoro
#+EMAIL: [email protected]
#+EMAIL: [email protected]

* Library Information
- Name :: Watchdog
- Version :: 3.0.2
- License :: BSD
- URL :: https://github.com/janelia-arduino/Watchdog
- Author :: Peter Polidoro, Antonio Brewer, Steve Sawtelle
- Email :: [email protected]
- Email :: [email protected]

The watchdog monitors the operation of the system by expecting periodic
communication from the software, generally known as servicing or refreshing the
Expand Down
2 changes: 1 addition & 1 deletion examples/WatchdogTester/WatchdogTester.ino
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// WatchdogTester.ino
//
// Authors:
// Peter Polidoro [email protected]
// Peter Polidoro [email protected]
// ----------------------------------------------------------------------------

// This sample program shows how to use the watchdog timer.
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=Watchdog
version=3.0.2
author=Peter Polidoro <[email protected]>, Antonio Brewer, Steve Sawtelle
maintainer=Peter Polidoro <[email protected]>
author=Peter Polidoro <[email protected]>, Antonio Brewer, Steve Sawtelle
maintainer=Peter Polidoro <[email protected]>
sentence=Watchdog resets the device if the timer expires before the watchdog is reset.
paragraph=Like this project? Please star it on GitHub!
category=Device Control
Expand Down
2 changes: 1 addition & 1 deletion src/Watchdog.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// Watchdog.h
//
// Authors:
// Peter Polidoro [email protected]
// Peter Polidoro [email protected]
// ----------------------------------------------------------------------------

#ifndef WATCHDOG_H
Expand Down
2 changes: 1 addition & 1 deletion src/Watchdog/Watchdog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// Watchdog.cpp
//
// Authors:
// Peter Polidoro [email protected]
// Peter Polidoro [email protected]
// ----------------------------------------------------------------------------

#include "../Watchdog.h"
Expand Down
2 changes: 1 addition & 1 deletion src/Watchdog/WatchdogBaseAvr.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// WatchdogBaseAvr.cpp
//
// Authors:
// Peter Polidoro [email protected]
// Peter Polidoro [email protected]
// ----------------------------------------------------------------------------

#include "WatchdogBaseAvr.h"
Expand Down
2 changes: 1 addition & 1 deletion src/Watchdog/WatchdogBaseAvr.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// WatchdogBaseAvr.h
//
// Authors:
// Peter Polidoro [email protected]
// Peter Polidoro [email protected]
// ----------------------------------------------------------------------------

#ifndef WATCHDOG_BASE_AVR_H
Expand Down
2 changes: 1 addition & 1 deletion src/Watchdog/WatchdogBaseMegaavr.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// WatchdogBaseMegaavr.cpp
//
// Authors:
// Peter Polidoro [email protected]
// Peter Polidoro [email protected]
// ----------------------------------------------------------------------------

#include "WatchdogBaseMegaavr.h"
Expand Down
2 changes: 1 addition & 1 deletion src/Watchdog/WatchdogBaseMegaavr.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// WatchdogBaseMegaavr.h
//
// Authors:
// Peter Polidoro [email protected]
// Peter Polidoro [email protected]
// ----------------------------------------------------------------------------

#ifndef WATCHDOG_BASE_MEGAAVR_H
Expand Down
2 changes: 1 addition & 1 deletion src/Watchdog/WatchdogBaseTeensy2.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// WatchdogBaseTeensy2.cpp
//
// Authors:
// Peter Polidoro [email protected]
// Peter Polidoro [email protected]
// ----------------------------------------------------------------------------

#include "WatchdogBaseTeensy2.h"
Expand Down
2 changes: 1 addition & 1 deletion src/Watchdog/WatchdogBaseTeensy2.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// WatchdogBaseTeensy2.h
//
// Authors:
// Peter Polidoro [email protected]
// Peter Polidoro [email protected]
// ----------------------------------------------------------------------------

#ifndef WATCHDOG_BASE_TEENSY2_H
Expand Down
2 changes: 1 addition & 1 deletion src/Watchdog/WatchdogBaseTeensy3.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// WatchdogBaseTeensy3.cpp
//
// Authors:
// Peter Polidoro [email protected]
// Peter Polidoro [email protected]
// ----------------------------------------------------------------------------

#include "WatchdogBaseTeensy3.h"
Expand Down
2 changes: 1 addition & 1 deletion src/Watchdog/WatchdogBaseTeensy3.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// WatchdogBaseTeensy3.h
//
// Authors:
// Peter Polidoro [email protected]
// Peter Polidoro [email protected]
// ----------------------------------------------------------------------------

#ifndef WATCHDOG_BASE_TEENSY3_H
Expand Down
2 changes: 1 addition & 1 deletion src/Watchdog/WatchdogBaseTeensy4.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// WatchdogBaseTeensy4.cpp
//
// Authors:
// Peter Polidoro [email protected]
// Peter Polidoro [email protected]
// ----------------------------------------------------------------------------

#include "WatchdogBaseTeensy4.h"
Expand Down
2 changes: 1 addition & 1 deletion src/Watchdog/WatchdogBaseTeensy4.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// WatchdogBaseTeensy4.h
//
// Authors:
// Peter Polidoro [email protected]
// Peter Polidoro [email protected]
// ----------------------------------------------------------------------------

#ifndef WATCHDOG_BASE_TEENSY4_H
Expand Down
2 changes: 1 addition & 1 deletion src/Watchdog/WdtAvr.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// WdtAvr.cpp
//
// Authors:
// Peter Polidoro [email protected]
// Peter Polidoro [email protected]
// ----------------------------------------------------------------------------

#include "WdtAvr.h"
Expand Down
2 changes: 1 addition & 1 deletion src/Watchdog/WdtAvr.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// WdtAvr.h
//
// Authors:
// Peter Polidoro [email protected]
// Peter Polidoro [email protected]
// ----------------------------------------------------------------------------

#ifndef WDT_AVR_H
Expand Down

0 comments on commit f8c1179

Please sign in to comment.