David Lechner
David Lechner
I would rather that it be an explicit function rather than something that happens magically at import.
Given that things are kind of broken anyway on newer android versions, I think it would be OK to make a breaking change in this case.
> This means that we have to add extra registers and we also had to move some of the existing ones to get a better usage of address space. Then...
In my previous comments, I didn't realize that the problem we are trying to solve is reading/writing data to multiple separate chips at the same time. So, I've done some...
> Well first of all, for PacketLogger to work on Mac OS X one needs to install a Bluetooth logging profile now so that took me a little while to...
There is also one more option we should add. In `pulsar_adc_bd.tcl`, we have a comment about being able to select 16-bit or 32-bit data_width, but it is hard-coded to 32....
> But if not PC connected (it does not stutter for ~ 2 seconds? and then stutters for a few seconds) and repeat. This sounds like a GC issue. str.format()...
> gc seems partly implemented: I made https://github.com/pybricks/pybricks-micropython/pull/267 to enable it for experimentation.
> since not all loops may get to 0x0f? Technically, `i & 0xf` is the same as `i % 0x10` so it has to get to 0x00 or 0x10, etc....
If it is available on all platforms, then happy to take a PR adding it.