"As _rw_pin is defined as unsigned, it can never take the value -1 (it has the
value 255) and the
compiler optimises out the 'if' and so LOW gets written to port 255.
"Changing the type of _rw_pin to int8_t fixes the problem."
http://www.arduino.cc/cgi-bin/yabb2/YaBB.pl?num=1256839192
Original issue reported on code.google.com by dmel...@gmail.com on 30 Oct 2009 at 6:45
Original issue reported on code.google.com by
dmel...@gmail.com
on 30 Oct 2009 at 6:45