Macros | |
#define | EPPL_TARGET avr8 |
Target platform. More... | |
#define | EPPL_HOTPINS EPPL_NP |
Hot Pins. More... | |
Some basic configuration that has to be put in very beginning of EPPL files to make it work correctly.
#define EPPL_HOTPINS EPPL_NP |
Hot Pins.
Hot pins are pins that could be changed from the interrupt. The library would put in critical section all operations that are not atomic.
The whole variable is target-dependent. In AVR8 target you have to define what registers would be accessed from ISR.
To select registers that are going to be modified use EPPL_SR macro with right argument.
Example:
Put list of modified pins separated by commas.
#define EPPL_TARGET avr8 |
Target platform.
Target machine configuration