Marshal Horn
Marshal Horn
Hi Hasan, I didn't realize Matt had submitted a separate pull request. My pull request includes Matt's changes, but leaves out 234 files from the Unity version change.
I set up a [simulation project](/kamocat/uSDX/tree/sim/simulation) in KiCad for testing filter values. I'm not sure about the drain capacitance of the BS170 or what effect the Miller capacitance will have,...
Cees (PE1DDA) mentioned this nice little calculator: htts://rf-tools.com/lc-filter/ It looks like a 7th order elliptic would completely eliminate our first harmonic, but a 5th order would fit well to our...
I also could not start communication with the 3D printer. I had no trouble using octoprint on my Linux laptop. `lsusb -t` says the driver is cdc_acm, which is expected...
I don't think so. You should use [avr-hal](https://github.com/Rahix/avr-hall) instead.
Is there a list of issues which need to be closed before the 2.2 release? I am happy to help.
Yes, that is a good approach.
The OOP solution is to create a class for the state machine, which is configured up front and then passes the data around. However, this means breaking changes. The functional...
I have an example for the rx fifo where I print out the value and the clock. It uses `print()`, but maybe you can think of a way to put...
Yes, I think examples would be helpful. I was thinking of printing the data words left-aligned to the clock edge they were put in the FIFO, but that raises questions...