I have teensy3.1 connected using the standard pins as per the documentation to the audio adaptor board. I don't use the VOL pin 15 for volume I use it as touch input. I am using 8 touch pins (0, 1, 15, 16, 17, 25, 32, 33) and all works OK as touch pins, but I now want to use all 12 of the touch pins on the teensy, as touch pins. Pins 22 and 23 are touch but are currently used as LRCLK and TX for the I2S output from Teensy to audio adaptor. Pins 18 and 19 are touch but currently used for SDA0 and SCL0 for I2C control of the adaptor. I was wondering can I change the I2C to use Teensy pins 29 and 30 as this is SDA1 and SCL1. I presume I just need to connect the adaptor pins to 29 and 30 but where do I re-define the software.
and same for the I2S, what other pins can be used for I2S instead of 22 and 23. I presume what is needed it similar to what is done for the SD socket SPI pins 7 and 14.
Any help appreciated please.
and same for the I2S, what other pins can be used for I2S instead of 22 and 23. I presume what is needed it similar to what is done for the SD socket SPI pins 7 and 14.
Any help appreciated please.