You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem?
1.Series 1 XBee, IsDigitalEnabled() doesn't return the enabled value, it
returns the input value. Basically it's returning the same thing as
isDigitalOn()
What is the expected output? What do you see instead?
If a digital pin is enabled, I expect IsDigitalEnabled() to return a 1,
regardless if the input is high or low. If the input is high,
IsDigitalEnabled() returns 1, but if the input is low IsDigitalEnabled()
returns 0.
What version of the product are you using? On what operating system?
XBee Series 1, Arduino UNO, MAC OSX, Arduino IDE 1.01
Please provide any additional information below.
Original issue reported on code.google.com by [email protected] on 13 Jul 2012 at 2:43
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 13 Jul 2012 at 2:43The text was updated successfully, but these errors were encountered: