diff options
Diffstat (limited to 'keyboards/xd96/pca9555.h')
| -rw-r--r-- | keyboards/xd96/pca9555.h | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/keyboards/xd96/pca9555.h b/keyboards/xd96/pca9555.h index 6aaee8a6f..ebb97e2f3 100644 --- a/keyboards/xd96/pca9555.h +++ b/keyboards/xd96/pca9555.h | |||
| @@ -18,15 +18,15 @@ | |||
| 18 | /* | 18 | /* |
| 19 | PCA9555 | 19 | PCA9555 |
| 20 | ,----------. | 20 | ,----------. |
| 21 | SDA --| SDA P00 |-- P1 | 21 | SDA --| SDA P00 |-- P00 |
| 22 | SCL --| SCL P01 |-- P2 | 22 | SCL --| SCL P01 |-- P01 |
| 23 | INT --| INT P02 |-- P3 | 23 | INT --| INT P02 |-- P02 |
| 24 | | P03 |-- P4 | 24 | | P03 |-- P03 |
| 25 | A0 --| A0 P04 |-- P5 | 25 | A0 --| A0 P04 |-- P04 |
| 26 | A1 --| A1 P05 |-- P6 | 26 | A1 --| A1 P05 |-- P05 |
| 27 | A2 --| A2 P06 |-- P7 | 27 | A2 --| A2 P06 |-- P06 |
| 28 | | P07 |-- P8 | 28 | | P07 |-- P07 |
| 29 | | | | 29 | | | |
| 30 | | P10 |-- P10 | 30 | | P10 |-- P10 |
| 31 | | P11 |-- P11 | 31 | | P11 |-- P11 |
| 32 | | P12 |-- P12 | 32 | | P12 |-- P12 |
| @@ -35,7 +35,7 @@ | |||
| 35 | | P15 |-- P15 | 35 | | P15 |-- P15 |
| 36 | | P16 |-- P16 | 36 | | P16 |-- P16 |
| 37 | | P17 |-- P17 | 37 | | P17 |-- P17 |
| 38 | `----------' | 38 | `----------' |
| 39 | */ | 39 | */ |
| 40 | 40 | ||
| 41 | #define PCA9555_PORT0 0 | 41 | #define PCA9555_PORT0 0 |
| @@ -52,4 +52,4 @@ void pca9555_set_config(uint8_t slave_addr, uint8_t port, uint8_t conf); | |||
| 52 | 52 | ||
| 53 | void pca9555_set_output(uint8_t slave_addr, uint8_t port, uint8_t conf); | 53 | void pca9555_set_output(uint8_t slave_addr, uint8_t port, uint8_t conf); |
| 54 | 54 | ||
| 55 | uint8_t pca9555_readPins(uint8_t slave_addr, uint8_t port); \ No newline at end of file | 55 | uint8_t pca9555_readPins(uint8_t slave_addr, uint8_t port); |
