From: Per W. <pw...@ia...> - 2008-02-29 20:31:32
|
Yes. Look at bit operations, in any C or C++ programming language book. Trust me, it is worth the money to get a decent book. It constains answers to this and a lot of other questions you may have. Or cheaper solution: Google and C bitwise operations. /pwm On Fri, 29 Feb 2008, frederico schardong wrote: > Hi. > > I need to give one bit in byte, this bit is a 4° bit of byte.. > I need to give if it's low or up... > Does this without use others bits of byte.. > any sugestions? > |