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

isDigitalEnabled() Bug #30

Open
GoogleCodeExporter opened this issue Apr 6, 2015 · 1 comment
Open

isDigitalEnabled() Bug #30

GoogleCodeExporter opened this issue Apr 6, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

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

@GoogleCodeExporter
Copy link
Author

Original comment by [email protected] on 2 Feb 2014 at 6:59

  • Changed state: Accepted

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant