j123b567 / scpi-parser

Open Source SCPI device library
BSD 2-Clause "Simplified" License
463 stars 194 forks source link

Add platformio library definition #157

Closed PetteriAimonen closed 7 months ago

PetteriAimonen commented 7 months ago

This allows importing the scpi-parser library to platformio projects using this definition in platformio.ini:

lib_deps = https://github.com/j123b567/scpi-parser.git

Without the library.json, platformio has trouble detecting the source code and include directories correctly.

j123b567 commented 7 months ago

Thanks!

coveralls commented 7 months ago

Coverage Status

coverage: 92.602%. remained the same when pulling 814d41873f719b51bc44c2160644dbe4d9d7f8b8 on PetteriAimonen:master into 4e879901b51cbb43dab36dd83f95a23f1dbaa4c0 on j123b567:master.