Convert Hotdog sketch to PlatformIO

This commit is contained in:
2023-12-11 07:11:17 +11:00
parent 981c28f72e
commit f80cc9a6b9
15 changed files with 502 additions and 395 deletions

View 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"
}