My Project
wifly.h
1 /*
2  * wifly.h
3  *
4  * Created on: Feb 18, 2016
5  * Author: jordi
6  */
7 
8 #ifndef WIFLY_H_
9 #define WIFLY_H_
10 
11 #include "serial.h"
12 
13 #define WIFLY_RESET_PAD 6
14 
15 
16 
17 #endif /* WIFLY_H_ */