EPPL example libraries
0.1 alpha
Main Page
Related Pages
Modules
Files
Examples
All
Files
Functions
Variables
Groups
Pages
base/eppl_config.h
EPPL configuration file.
#ifndef EPPL_CONFIG_H_INCLUDED
#define EPPL_CONFIG_H_INCLUDED
#define EPPL_TARGET avr8
/* It is where SPWM_HOTPINS is defined.
* It has to be connected after EPPL_TARGET definition, becouse spwm.h includes
* eppl, and it includes this file again and it will not be included again.
* Eppl library can not work if EPPL_TARGET value is undefined.
*/
#include "
spwm.h
"
#define EPPL_HOTPINS SPWM_HOTPINS
#endif
/* EPPL_CONFIG_H_INCLUDED */
Generated on Sun Mar 2 2014 10:16:21 for EPPL example libraries by
1.8.3.1