Discussion forum for the BasicX family of microcontroller chips.
|
The new BX24 Documentation has the shiftout order Call ShiftOut(DATA,CLOCK,NumBits,Operand) but Frank's post on 12/15/99 specified the order: Call ShiftOut(CLOCK,DATA,Operand,NumBits) Which is correct? |
|
|
|
Call ShiftOut(DATA,CLOCK,NumBits,Operand) is correct --- Schatzie Walton <> wrote: > The new BX24 Documentation has the shiftout order > Call ShiftOut(DATA,CLOCK,NumBits,Operand) > but Frank's post on 12/15/99 specified the order: > Call ShiftOut(CLOCK,DATA,Operand,NumBits) > > Which is correct? __________________________________________________ |