CCS C Software and Maintenance Offers
FAQFAQ   FAQForum Help   FAQOfficial CCS Support   SearchSearch  RegisterRegister 

ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

CCS does not monitor this forum on a regular basis.

Please do not post bug reports on this forum. Send them to CCS Technical Support

Search found 1 match
CCS Forum Index
Author Message
  Topic: Aviation Gray Code
nunojpg

Replies: 14
Views: 63231

PostForum: General CCS C Discussion   Posted: Mon Aug 11, 2014 9:38 pm   Subject: Aviation Gray Code
djd3of5 code didn't work for me, but changing

i16TmpRslt -= ( ((i16TmpRslt >> 8) * 6) + (((i16TmpRslt % 16) / 5) * 2) );

to

i16TmpRslt -= ( ((i16TmpRslt >> 4) * 6) + (((i16TmpRsl ...
 
Page 1 of 1
All times are GMT - 6 Hours
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group