Search:

Type: Posts; User: rtarbell

Search: Search took 0.00 seconds.

  1. Replies
    9
    Views
    3,714

    Sorry about my lack of clarity! What I want to...

    Sorry about my lack of clarity!

    What I want to do is this:

    In my main loop: declare a generic 8-bit variable

    Pass this variable to a function

    Within the function, operate on individual...
  2. Replies
    9
    Views
    3,714

    Passing a byte and its bits to a function

    Is there a way to pass a union member into a function? For instance, I have a function prototype here:


    Void function(unsigned char input);

    Now, I want to pass an 8-bit variable to the...
Results 1 to 2 of 2