jancumps / pico_scpi_usbtmc_labtool

LabVIEW compatible instrument on a Raspberry Pico
https://github.com/jancumps/pico_scpi_usbtmc_labtool/wiki
MIT License
12 stars 16 forks source link

extract instrument specific registers in their separate module - simplify #77

Closed jancumps closed 11 months ago

jancumps commented 11 months ago

moved device specific registers out of scpi-def.c. It 'll allow later to build instruments that don't need registers.

It's not a complete refactoring - the project doesn't compile without the register sources. But it's a first step to allow for sizeable firmware, pick and choose functionality.