On 05Oct2018 16:17, Chip Wachob wrote:
I have an array of bytes. Up to 64, which makes for 512 bits.
I am reading these bytes in serially, and once I have a collection of
them, I want to shift them by 'n' bits. The size of the array and the
number of bits are both variable up to the limit of
On 05/10/18 21:17, Chip Wachob wrote:
>
> I have an array of bytes. Up to 64, which makes for 512 bits.
>
> I am reading these bytes in serially, and once I have a collection of
> them, I want to shift them by 'n' bits. The size of the array and the
> number of bits are both variable up to the l
Hello,
I was not able to find any answers in the archive on this one.
I'm wondering if this task can be done in a better way than what I've
attempted..
I have an array of bytes. Up to 64, which makes for 512 bits.
I am reading these bytes in serially, and once I have a collection of
them, I wa
Hi all,
I just joined since I'm new to working in python for data management and
have been stumped on using pip. My understanding is that it should be in my
scripts folder of Windows Python3.6 (downloaded from python.org), but it's
not, so it doesn't work to run "pip install ". I see there's
get-pi