Arduino Libraries
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros
/home/msk/ArduinoMin/libraries/CustomHeaderLibs/std_support.hpp
Go to the documentation of this file.
1 // Author: Mario S. Könz <mskoenz@gmx.net>
2 // Date: 14.06.2013 20:42:01 EDT
3 // File: std_support.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 __STD_SUPPORT_HEADER
12 #define __STD_SUPPORT_HEADER
13 
14 #include "std_support/color.hpp"
15 #include "ustd_generic.hpp"
16 
17 #include "com/uart.hpp"
18 #include "com/serializer.hpp"
19 
28 
29 #include "tool/ring_buffer.hpp"
30 
31 #endif //__STD_SUPPORT_HEADER