Revision 168:bfc84ee2839b analog_exp/board.h
b/analog_exp/board.h | ||
---|---|---|
8 | 8 |
#define ADC_INT PB0 |
9 | 9 |
|
10 | 10 |
/* 1-wire bus */ |
11 |
#define 1W_PORT PORTB
|
|
12 |
#define 1W_PIN PINB
|
|
13 |
#define 1W_DDR DDRB
|
|
14 |
#define 1W PB1
|
|
11 |
#define ONEWIRE_PORT PORTB
|
|
12 |
#define ONEWIRE_PIN PINB
|
|
13 |
#define ONEWIRE_DDR DDRB
|
|
14 |
#define ONEWIRE PB1
|
|
15 | 15 |
|
16 | 16 |
/* SPI control of digital potentiometers for excitation voltage */ |
17 | 17 |
#define EXC_SPI_PORT PORTB |
Also available in: Unified diff