Ryan Suchocki
Ryan Suchocki
I was very confused when I first tried to upload an assembly project using Arduino-mk, and it complained that there were no source files. GCC (and hence, avr-gcc) allows assembly...
The process for adding new models was previously quite complicated, and involved editing obscure pieces of code. I have relocated the model-specific data to a well-structured store in 'models.c'. The...
Direct sampling mode can currently only be set via `writeSetting()`. This adds the option of setting it upon initialisation. In turn, this allows a user to trigger the mode from...
I've extended the implementation of `getFrequencyRange()` to be aware of direct sampling mode. This uses librtlsdr's `rtlsdr_get_xtal_freq()`. The librtlsdr header indicates that, in direct sampling mode, the tune-able range is...