11 lines
156 B
C
11 lines
156 B
C
#ifndef POWERPOD_H
|
|
#define POWERPOD_H
|
|
|
|
#define DIP_MASTER 4
|
|
#define I2C_SCL 5
|
|
#define I2C_SDA 6
|
|
#define I2C_PORT 0
|
|
#define IO_EXPANDER_ADDRESS 0x20
|
|
|
|
#endif
|