Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
This is a simple 4 bit up counter.
Please can someone explain what the following statements actually do:
What does the '^' hat mean?
As I understand it 'i>>1' converts the binary to graycode But I have also seen 'i>>2' and 'i>>3'
Does this also convert it to graycode?
Cheers David