Skip to content

Arduino library that allows to reset an arduino board from the sketch

License

Notifications You must be signed in to change notification settings

qub1750ul/Arduino_SoftwareReset

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Arduino Software Reset

Project Status License
Arduino Lib Spec Arduino IDE Compatibility
Changelog Standard SemVer Standard

Warning

This project is in MAINTENANCE ONLY mode.
This means i might accept some small PRs, but i don’t plan on continuing development for the foreseeable future.

Description

This library implements some software procedures allowing to reset AVR based microcontrollers from firmware.

At this time the library exposes two simple functions:

softwareReset::standard()

that triggers an hardware resetusing a watchdog timer.

softwareReset::simple()

that just jumps to the begin of the program, without reinitializing.

License

Copyright © 2016-2022 Giuseppe Masino (qub1750ul) <dev.gmasino@pm.me>

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

Arduino library that allows to reset an arduino board from the sketch

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors 4

  •  
  •  
  •  
  •  

Languages