Convert Hotdog sketch to PlatformIO
This commit is contained in:
18
lib/PacketBuilder/library.json
Normal file
18
lib/PacketBuilder/library.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"name": "PacketBuilder",
|
||||
"version": "0.0.1",
|
||||
"description": "A tool for building PowerView packets",
|
||||
"keywords": "powerview, hunterdouglas",
|
||||
"authors":
|
||||
[
|
||||
{
|
||||
"name": "Matt Way",
|
||||
"email": "mattyway@gmail.com"
|
||||
}
|
||||
],
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"PacketCRC": "*"
|
||||
},
|
||||
"frameworks": "arduino"
|
||||
}
|
||||
Reference in New Issue
Block a user