ElieNamias / xbee-arduino

Automatically exported from code.google.com/p/xbee-arduino
GNU General Public License v3.0
0 stars 0 forks source link

isDigitalEnabled() Bug #30

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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 scott.go...@gmail.com on 13 Jul 2012 at 2:43

GoogleCodeExporter commented 9 years ago

Original comment by andrew.rapp@gmail.com on 2 Feb 2014 at 6:59