Forum Rule: Always post complete source code & details to reproduce any issue!

Search:

Type: Posts; User: BriComp

Search: Search took 0.00 seconds.

  1. Replies
    12
    Views
    341

    No problem. Sometimes we can get too involved...

    No problem.

    Sometimes we can get too involved in the nitty gritty without stepping back and looking for simplicity.
  2. Replies
    12
    Views
    341

    On Teensy 4.1 Wire.begin() .... Configures pins...

    On Teensy 4.1
    Wire.begin() .... Configures pins 18 & 19 as I2C (I2C port0)
    Wire1.begin() .. Configures pins 16 & 17 as I2C (I2C port1)
    Wire2.begin() .. Configures pins 24 & 25 as I2C (I2C port2)
    ...
  3. Replies
    12
    Views
    341

    @GazTech was enquiring about using digitalRead()...

    @GazTech was enquiring about using digitalRead() and digitalWrite() on I2C ports other than the one he wished to use. I.e. using the pins of Wire2 for digital IO when using Wire for I2C comms.
  4. Replies
    12
    Views
    341

    I would have thought that you can (should) use...

    I would have thought that you can (should) use pinMode(??,??); after using Wire.begin().
Results 1 to 4 of 4