Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HardwareSerial::attachRts - new optional parameter to invert signal #765

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Sep 27, 2024

  1. HardwareSerial::attachRts - new optional parameter to invert signal

    Added  parameter to attachRts that if set will invert the signals:
    ```
    bool attachRts(uint8_t pin, bool invert_signal=false);
    ```
    
    This should allow more flexability in connecting two teensy 4.x boards to each other and using the CTS/RTS between the two boards for flow control.
    
    This is in response to the thread:
    https://forum.pjrc.com/index.php?threads/teensy-4-0-4-1-serial1-attachcts.75899/#post-350107
    
    Where I felt somewhat strange to require somone to have to use hardware inverters to do this.
    KurtE committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    073cb2f View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2024

  1. Configuration menu
    Copy the full SHA
    239af37 View commit details
    Browse the repository at this point in the history