Quick question from a n00b; Can HIGH | LOW be reliably assigned?
my understanding low low non-null value, i.e., not 0. if so, can't reliably used 'off' switch, can it?
also, legal code : int = low; or int =high; ?
mb
also, legal code : int = low; or int =high; ?
mb
no, must use digital write if need pins go high or low. , while i'm not sure level of reliability you're looking for, can assure works fine every need i've had.
Arduino Forum > Using Arduino > Programming Questions > Quick question from a n00b; Can HIGH | LOW be reliably assigned?
arduino
Comments
Post a Comment