Search:

Type: Posts; User: dan56965

Search: Search took 0.00 seconds.

  1. damn, posted the wrong thing there... it should...

    damn, posted the wrong thing there... it should have read like this:





    union {
    struct byte_values
    {
    unsigned char...
  2. Hey, just thought I'd add this for the sake of...

    Hey, just thought I'd add this for the sake of future searchers....

    I read about adding undeclared bits in a bit-field, to allow for limited container size.

    This now works for me without...
  3. Salem, Matsp - Thanks for the replies guys......

    Salem, Matsp - Thanks for the replies guys... you've been a great help.

    Defining as long seems to fix it, athough based on what you've said, I'll have a stab at doing it the bit manipulation...
  4. Selecting bits with Unions.... Not working; please help!!

    Hi, I'm struggling with selecting bits using structures inside unions.

    I'm trying to convert an array of integers into a format suited to output on various chip pins.

    As it stands, I have 8...
Results 1 to 4 of 4