-
Notifications
You must be signed in to change notification settings - Fork 17
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
Input5 included in input mask even though it is set as an output. #48
Comments
Ok, I should be able to look at it in the next few days.
—
If you want to build a ship, don't drum up people to collect wood and don't assign them tasks and work, but rather teach them to long for the endless immensity of the sea.
Antoine de Saint-Exupery
…________________________________
From: PaulHeitkemper <[email protected]>
Sent: Friday, March 30, 2018 12:05:25 PM
To: jefffhaynes/XBee
Cc: Subscribed
Subject: [jefffhaynes/XBee] Input5 included in input mask even though it is set as an output. (#48)
Title says it all. I have all I/O disabled except for input 0 as a digital input, and DIO5 as a Digital Output(low). However Input5 comes back often (but not always) in the input mask when deassert DIO0. Pullup is set for all I/O pins.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub<#48>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AJSKRxtaeL1xdPLHvvgzyhuP1VYxX1lMks5tjlfFgaJpZM4TB2n->.
|
Can you post your code and let me know what device you're using? Thanks |
The following code seems to sometimes give me
Despite the fact that Input12 (pin 4) is internally pulled up, disconnected, and disabled in XCTU. Hardware is a XBeePro-900HP as remote unit (shown below as "ButtonAddress"), with same type of module connected to a USB serial board as the controller. remote module has controller address as DH/DL.
|
Title says it all. I have all I/O disabled except for input 0 as a digital input, and DIO5 as a Digital Output(low). Pullup is set for all I/O pins. However Input5 comes back very often (but not always) in the input mask when I deassert DIO0. Interestingly, it isn't included when I release my button to let input 0 go high.
The text was updated successfully, but these errors were encountered: