forked from janelia-arduino/Watchdog
-
Notifications
You must be signed in to change notification settings - Fork 0
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
7cbbb1b
commit f8c1179
Showing
17 changed files
with
19 additions
and
19 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: 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 | ||
|
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 |
---|---|---|
|
@@ -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. | ||
|
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=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 | ||
|
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 |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
// Watchdog.h | ||
// | ||
// Authors: | ||
// Peter Polidoro [email protected] | ||
// Peter Polidoro [email protected] | ||
// ---------------------------------------------------------------------------- | ||
|
||
#ifndef WATCHDOG_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 |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
// Watchdog.cpp | ||
// | ||
// Authors: | ||
// Peter Polidoro [email protected] | ||
// Peter Polidoro [email protected] | ||
// ---------------------------------------------------------------------------- | ||
|
||
#include "../Watchdog.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 |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
// WatchdogBaseAvr.cpp | ||
// | ||
// Authors: | ||
// Peter Polidoro [email protected] | ||
// Peter Polidoro [email protected] | ||
// ---------------------------------------------------------------------------- | ||
|
||
#include "WatchdogBaseAvr.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 |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
// WatchdogBaseAvr.h | ||
// | ||
// Authors: | ||
// Peter Polidoro [email protected] | ||
// Peter Polidoro [email protected] | ||
// ---------------------------------------------------------------------------- | ||
|
||
#ifndef WATCHDOG_BASE_AVR_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 |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
// WatchdogBaseMegaavr.cpp | ||
// | ||
// Authors: | ||
// Peter Polidoro [email protected] | ||
// Peter Polidoro [email protected] | ||
// ---------------------------------------------------------------------------- | ||
|
||
#include "WatchdogBaseMegaavr.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 |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
// WatchdogBaseMegaavr.h | ||
// | ||
// Authors: | ||
// Peter Polidoro [email protected] | ||
// Peter Polidoro [email protected] | ||
// ---------------------------------------------------------------------------- | ||
|
||
#ifndef WATCHDOG_BASE_MEGAAVR_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 |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
// WatchdogBaseTeensy2.cpp | ||
// | ||
// Authors: | ||
// Peter Polidoro [email protected] | ||
// Peter Polidoro [email protected] | ||
// ---------------------------------------------------------------------------- | ||
|
||
#include "WatchdogBaseTeensy2.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 |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
// WatchdogBaseTeensy2.h | ||
// | ||
// Authors: | ||
// Peter Polidoro [email protected] | ||
// Peter Polidoro [email protected] | ||
// ---------------------------------------------------------------------------- | ||
|
||
#ifndef WATCHDOG_BASE_TEENSY2_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 |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
// WatchdogBaseTeensy3.cpp | ||
// | ||
// Authors: | ||
// Peter Polidoro [email protected] | ||
// Peter Polidoro [email protected] | ||
// ---------------------------------------------------------------------------- | ||
|
||
#include "WatchdogBaseTeensy3.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 |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
// WatchdogBaseTeensy3.h | ||
// | ||
// Authors: | ||
// Peter Polidoro [email protected] | ||
// Peter Polidoro [email protected] | ||
// ---------------------------------------------------------------------------- | ||
|
||
#ifndef WATCHDOG_BASE_TEENSY3_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 |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
// WatchdogBaseTeensy4.cpp | ||
// | ||
// Authors: | ||
// Peter Polidoro [email protected] | ||
// Peter Polidoro [email protected] | ||
// ---------------------------------------------------------------------------- | ||
|
||
#include "WatchdogBaseTeensy4.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 |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
// WatchdogBaseTeensy4.h | ||
// | ||
// Authors: | ||
// Peter Polidoro [email protected] | ||
// Peter Polidoro [email protected] | ||
// ---------------------------------------------------------------------------- | ||
|
||
#ifndef WATCHDOG_BASE_TEENSY4_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 |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
// WdtAvr.cpp | ||
// | ||
// Authors: | ||
// Peter Polidoro [email protected] | ||
// Peter Polidoro [email protected] | ||
// ---------------------------------------------------------------------------- | ||
|
||
#include "WdtAvr.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 |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
// WdtAvr.h | ||
// | ||
// Authors: | ||
// Peter Polidoro [email protected] | ||
// Peter Polidoro [email protected] | ||
// ---------------------------------------------------------------------------- | ||
|
||
#ifndef WDT_AVR_H | ||
|