pgScorpio
pgScorpio
@grogyan A: Please explain how to use a serial shift register without using extra processor pins.... B: Why use a proprietary method while the device supports standard cascade mode ?
See chapter 4.2 of the tmc2130 datasheet: "If more than 40 clocks are driven, the additional bits shifted into SDI are shifted out on SDO after a 40-clock delay through...
Same here with Python 3.8.1 on Windows 10 Traceback (most recent call last): File "BitBucketConverter.py", line 335, in strInput = getInputStr() File "BitBucketConverter.py", line 64, in getInputStr auxStr = raw_input("Enter...
> My view remains that _settings_ and _command line_ handling need to be unified and that all the handling for _client_ and _server_ properties (i.e. the values configured either by...
oops accidentally closed...
> I'm suggesting that the client and server know about _settings_ and they "own" their own settings in the sense that any read or update goes through a client or...
> I'd rename the commandline class to config as it's not just saving the CLI. It should just parse the CLI! And config is way more than the commandline so...
> Hmm. I mean in the end having one class serving the whole configuration state/providing access to CLI/GUI/Commandline would be beneficial as this allows logical separation. > > Do you...
> (Noting that's only to allow the selectors to display -- not to make them display anything useful. That would be a separate change to keep this one focussed.) Not...
> Yes - for that, all that's needed is allowing the selectors to display. Once displayed, they'll have their functionality enabled, I believe. For stereo devices yes. To allow mono...