TSI electrodes uses regular pinNames

pull/186/head
0xc0170 2014-02-23 21:42:16 +01:00
parent f28afaedfc
commit 97b1598698
3 changed files with 6 additions and 6 deletions

View File

@ -115,8 +115,8 @@ typedef enum {
I2C_SCL = D15,
I2C_SDA = D14,
TSI_ELEC0 = 9,
TSI_ELEC1 = 8,
TSI_ELEC0 = PTA13,
TSI_ELEC1 = PTB12,
// Not connected
NC = (int)0xFFFFFFFF

View File

@ -233,8 +233,8 @@ typedef enum {
I2C_SCL = D15,
I2C_SDA = D14,
TSI_ELEC0 = 9,
TSI_ELEC1 = 10,
TSI_ELEC0 = PTB16,
TSI_ELEC1 = PTB17,
// Not connected
NC = (int)0xFFFFFFFF

View File

@ -236,8 +236,8 @@ typedef enum {
I2C_SCL = D15,
I2C_SDA = D14,
TSI_ELEC0 = 9,
TSI_ELEC1 = 10,
TSI_ELEC0 = PTB16,
TSI_ELEC1 = PTB17,
// Not connected
NC = (int)0xFFFFFFFF