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 <c_types.h>
11 #include <cctype>
12 #include <cmath>
13 #include <cstring>
14 #include <stringconversion.h>
15 
16 #include "WConstants.h"
17 #include "BitManipulations.h"
18 #include "FakePgmSpace.h"
19 #include "pins_arduino.h"
20 
21 // std::min, etc.
22 #include <algorithm>
23 
24 using std::isinf;
25 using std::isnan;
26 using std::max;
27 using std::min;
28 using std::swap;