Dynomotion

Group: DynoMotion Message: 8645 From: fireup_kev Date: 11/14/2013
Subject: SetPort?
Is there a way to set multiple Bits and VitualBits at the Port level? Something like
SetPort(Bit1024_to_1031, 0xFF); // Set All 8 bits to 1
and also a way to read multiple pins at the same time. Just wondering if there's anything more efficient than just calling multiple SetBit and ClearBit

Thanks,
Kevin
Group: DynoMotion Message: 8653 From: fireup_kev Date: 11/15/2013
Subject: Re: SetPort?

Ok, never mind, I figured it out using FPGA().



---In DynoMotion@yahoogroups.com, <kliboon@...> wrote:

Is there a way to set multiple Bits and VitualBits at the Port level? Something like
SetPort(Bit1024_to_1031, 0xFF); // Set All 8 bits to 1
and also a way to read multiple pins at the same time. Just wondering if there's anything more efficient than just calling multiple SetBit and ClearBit

Thanks,
Kevin