Filipe Laíns 🇵🇸
Filipe Laíns 🇵🇸
Basically, everything that is supposed to be consumed -- no tests or example script. Maybe we should add a `install` target to the makefile, what do you think?
I think given the last release this is reasonable.
Why don't we use type hint comments? They are Python 2 compatible and even if we drop Python 2 support we will have to use them if we don't plan...
editorconfig is very limited when it comes to language support, it mostly just allows you to configure the identation and some minor styling preferences. I think it should be used...
Well, flake8 is not really the same thing, but clang-format can be used as a C/C++ specific editorconfig, but yes, it can also be used as a formatter. Anyway, as...
I have purposely not based this on the plugins branch, as that's fast moving, and I didn't want to have to deal with keeping up with it for the prototype....
The repodata implementation seems to be working properly now, we just need to port the tests and add some backport imports to get the tests to pass.
Fixes #112. I don't have access to a proper lab right now, so I cannot test this extensively. With the current implementation, I can communicate with the device and get...
I did some testing with plotting, and it seems the value format isn't quite right because this protocol seems to stream the LSB and MSB values in separate packets. I...
I managed to get the correct spectra values, but I am running into some issue with the synchronization, as the full spectrum data is streamed via multiple packets because it...