Arduino Libraries
Main Page
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
util
reset.hpp
Go to the documentation of this file.
1
// Author: Mario S. Könz <mskoenz@gmx.net>
2
// Date: 12.06.2013 19:36:38 EDT
3
// File: reset.hpp
4
5
/* This program is free software. It comes without any warranty, to
6
* the extent permitted by applicable law. You can redistribute it
7
* and/or modify it under the terms of the Do What The Fuck You Want
8
* To Public License, Version 2, as published by Sam Hocevar. See
9
* http://www.wtfpl.net/ or COPYING for more details. */
10
11
#ifndef __RESET_HEADER
12
#define __RESET_HEADER
13
14
namespace
util {
15
void
reset
() {
16
asm
volatile
(
" jmp 0"
);
17
}
18
}
//end namespace util
19
20
#endif //__RESET_HEADER
util::reset
void reset()
Definition:
reset.hpp:15
Generated on Wed Oct 8 2014 19:44:56 for Arduino Libraries by
1.8.6