DCEM

Results 13 comments of DCEM

Hi, I got it working thourgh the board manager ... I would prepare a pull request if you (microtherion) want to continiue supporting ScratchMonkey for Arduino IDE 1.6 plus... (I...

Hi, Great, wasn't sure that you were still active on this project. I will prepare the PR shortly I tried it with ScratchMonkey (STK500 Mode) -> ISP I rememberd that...

I might not get everything correct in the following comment - it has been a while since I have been working on this. When I started working on implementing the...

> > I might not get everything correct in the following comment - it has been a while since I have been working on this. > > Same here, it's...

@jenshnielsen Thank you for taking the time to catch up on the status. Here’s my understanding of the current situation: We currently have two C# implementations and my .Net implementation....

@microsoft-github-policy-service agree

Hi, after some time away, I’ve rebased and cleaned up this PR. All type checks (mypy, pyright) and tests pass on my end now. I also fixed up the test...

Hi @jenshielsen, I’d really appreciate feedback on whether this ParameterMixin approach is something you’d consider for QCoDeS core. If it’s not quite the right fit, no worries—just let me know....

After writing the ParameterMixin, I thought it could help reduce code redundancy and save people from having to reinvent the same solutions. I think it could be a worthwhile addition...

Hi @jenshnielsen, Moving the mixin to extensions makes sense to me. Having it where it’s easy to use, test, and modify seems like a good choice, and it really is...