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

Description of pins configuration for configuration 1.

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