Arduino Libraries
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros
/home/msk/ArduinoMin/libraries/CustomHeaderLibs/tool.hpp
Go to the documentation of this file.
1 // Author: Mario S. Könz <mskoenz@gmx.net>
2 // Date: 16.06.2013 00:07:54 EDT
3 // File: tool.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 __TOOL_HEADER
12 #define __TOOL_HEADER
13 
14 #include "tool/light.hpp"
15 #include "tool/button.hpp"
16 #include "tool/melody.hpp"
17 #include "tool/analog.hpp"
18 #include "tool/out_pin.hpp"
19 #include "tool/ring_buffer.hpp"
20 #include "tool/light_wrapper.hpp"
21 
22 #endif //__TOOL_HEADER