EPPL example libraries  0.1 alpha
 All Files Functions Variables Groups Pages
step2/src/pinout.h

Description of pins configuration for configuration 2.

#ifndef PINOUT_H_INCLUDED
#define PINOUT_H_INCLUDED
/* Pinout for configuration 2 */
#define BUTTON1 _PB(0)
#define ALCD_RS _PD(1)
#define ALCD_RW EPPL_NP
#define ALCD_E _PD(3)
#define ALCD_D0 EPPL_NP
#define ALCD_D1 EPPL_NP
#define ALCD_D2 EPPL_NP
#define ALCD_D3 EPPL_NP
#define ALCD_D4 _PD(4)
#define ALCD_D5 _PD(5)
#define ALCD_D6 _PD(6)
#define ALCD_D7 _PD(7)
#define LED1R _PB(2)
#define LED1G _PB(1)
#define LED1B _PD(0)
#endif /* PINOUT_H_INCLUDED */