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

Search:

Type: Posts; User: PaulStoffregen

Search: Search took 0.03 seconds.

  1. No. For Teensy 4.1, all you need is...

    No. For Teensy 4.1, all you need is Wire2.begin(), because pins 24 & 25 are the default pins for Wire2.

    After begin, you must use "Wire2", not "Wire", for all communication.

    If using a library...
  2. This page has the Teensy Wire library...

    This page has the Teensy Wire library documentation.

    https://www.pjrc.com/teensy/td_libs_Wire.html

    Scroll down to "Pin Configuration"

    Don't use pinMode() after Wire.begin(), as it will...
Results 1 to 2 of 2