WiringFrameworkDependencies.h
Go to the documentation of this file.
1 /*
2  * WiringFrameworkDependencies.h
3  *
4  * Created on: 28 ���. 2015 �.
5  * Author: Anakonda
6  */
7 
8 #pragma once
9 
10 #include <user_config.h>
11 
12 #include <c_types.h>
13 #include <cctype>
14 #include <cmath>
15 #include <cstring>
16 
17 #include "WConstants.h"
18 #include "BitManipulations.h"
19 #include "FakePgmSpace.h"
20 #include "pins_arduino.h"
21 
22 // std::min, etc.
23 #include <algorithm>
24 
25 using std::isinf;
26 using std::isnan;
27 using std::max;
28 using std::min;
29 using std::swap;