Search:

Type: Posts; User: weez

Search: Search took 0.00 seconds.

  1. Thread: Array to string

    by weez
    Replies
    6
    Views
    2,423

    Thanks Grumpy however im not sure i know what you...

    Thanks Grumpy however im not sure i know what you mean...."multiplying each digit " by this do you mean each array element? if so then this is not what i require. i require the entire array, so 1011,...
  2. Thread: Array to string

    by weez
    Replies
    6
    Views
    2,423

    The output would be the hexadecimal value for...

    The output would be the hexadecimal value for example if the array consists of 1,0,1,1 then the output should be B.
  3. Thread: Array to string

    by weez
    Replies
    6
    Views
    2,423

    Array to string

    HI Guys,

    I cant seem to find a reasonable answer to my question through search so i thought i would post a new topic.

    I have an array:

    int array1[]={0,1,1,0}

    i need to convert the...
  4. Replies
    9
    Views
    23,586

    Thanks for the replies. i shall look into the...

    Thanks for the replies. i shall look into the decoding chips when i get further along. I shall be attacking the actual recieving of data from an external source through GPIO a bit further along. for...
  5. Replies
    9
    Views
    23,586

    Simple Manchester decoder

    Hi,

    First post so please be gentle :). I am trying to write a very very simple manchester decoder type thingy.

    I have a 16-bit string that i want to decode. I understand to do this properly...
Results 1 to 5 of 5