Skip to content
This repository was archived by the owner on Mar 22, 2024. It is now read-only.

Commit 9e173eb

Browse files
committed
Merge pull request #7 from gandy92/master
Add PlatformIO Library Registry manifest file
2 parents 3665854 + b724d5c commit 9e173eb

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

library.json

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"name": "SerialCommand",
3+
"keywords": "serial, communication, protocol",
4+
"description": "A Wiring/Arduino library to tokenize and parse commands received over a serial port.",
5+
"repository":
6+
{
7+
"type": "git",
8+
"url": "https://github.com/kroimon/Arduino-SerialCommand.git"
9+
},
10+
"frameworks": "arduino",
11+
"platforms": "atmelavr"
12+
}

0 commit comments

Comments
 (0)