Skip to content

Add library metadata files#9

Open
brocci wants to merge 1 commit into
madleech:masterfrom
brocci:add-library-metadata
Open

Add library metadata files#9
brocci wants to merge 1 commit into
madleech:masterfrom
brocci:add-library-metadata

Conversation

@brocci
Copy link
Copy Markdown

@brocci brocci commented May 12, 2026

Summary

Add library.properties and library.json to enable automatic library discovery by Arduino IDE and PlatformIO.
Auto485 is missing the standard Arduino library metadata files required
for automatic discovery by Arduino IDE and PlatformIO.

Changes

  • library.properties — Standard Arduino library metadata (name, version, author, architectures, includes, etc.) as defined by the Arduino Library Specification.
  • library.json — PlatformIO-compatible metadata for registry-based dependency resolution.

These files have no impact on compilation but are required by toolchains that discover libraries by scanning directories.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant