Ted Kus
Ted Kus
Using his code snippet from above, perhaps I can clarify what is requested: ttt,sql = ('SELECT mode FROM pg_locks JOIN pg_class ' ttt,ttt,---'ON pg_class.oid = pg_locks.relation ' ttt,ttt,---'JOIN pg_namespace ON...
I tried a few cases with the gpio pins. The trouble is going into and out of tri-state (I'm using I2C) if the direction is set to 0 (input or...
Pull #260 addresses similar issue in I2C. I will be using SPI later this year and will look at this then, but the changes would be similar.
AnnaGiasson created an init for us to use this library with. In it, she found this technique: from io import StringIO from contextlib import redirect_stdout in the init: if isinstance(ftdi,...
double check you're looking in the right spot for the ack. See #226 for some reference. the slave is to hold clock low if it needs compute time before the...
I think you did understand him correctly. So as line 1000 disappears from one pane, it shows up in the top of the next and so forth. I think also...
from https://github.com/TedKus/useftdi/blob/main/useftdi/useftdi_core.py we built a function to list and return the url. the trouble is that windows won't let python know if a new usb device showed up (i think)....