Skip to content
This repository has been archived by the owner on Dec 14, 2023. It is now read-only.

Create library.json so can automatically load library in platformio #6

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions library.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"name": "SlowSoftWire",
"keywords": "I2C",
"description": "local copy of SlowSoftWire",
"repository":
{
"type": "git",
"url": "https://github.com/felias-fogg/SlowSoftWire.git"
},
"version": "1.0.0",
"authors":
[
{
"url": null,
"maintainer": false,
"email": "no idea",
"name": "me"
}
],
"frameworks": "*",
"platforms": "*"
}