release 6.0 split into library (PSL) and example instrument (PST)
6th release,
the project is now split up in a common library that can be used for instrument projects: Pico SCPI USBTMC_LabLib (PSL),
and the LabTool test instrument (PST) as proof-of-concept for that library.
No functional changes in this release
.uf2 firmware available to use without building from source
A LabVIEW SCPI driver, developed with the Community Edition of LabVIEW (check its license), is available for download.
What's Changed
- Make explicit that an if clause is patched from tinyusb by @jancumps in #75
- extract instrument specific registers in their separate module - simplify by @jancumps in #77
- Issue 18 split in core functionality (lablib) and instrument functionality (labtool) by @jancumps in #80
- Develop set 6 split into library (PSL) and example instrument (PST) by @jancumps in #82
Full Changelog: v0.4.1...v0.5.1