Rev 128 | Blame | Compare with Previous | Last modification | View Log | RSS feed
#ifndef _CONFIG_H_
#define _CONFIG_H_
/*
* Setup for the shift register
*/
#define HC595_PORT PORTD
#define HC595_DDR DDRD
#define HC595_DS_PIN PD4
#define HC595_SHCP_PIN PD5
#define HC595_STCP_PIN PD6
#endif